]> sigrok.org Git - libsigrok.git/commitdiff
configure.ac: Enable Link Instruments MSO-19.
authorUwe Hermann <redacted>
Tue, 8 Jan 2013 00:27:11 +0000 (01:27 +0100)
committerUwe Hermann <redacted>
Tue, 8 Jan 2013 00:27:11 +0000 (01:27 +0100)
This driver now compiles again and (partially) seems to work, so enable it.

configure.ac

index cba04d8474bf31d7ff7f1cf83a830b0efd921407..71b568773be18cf8baef73652004c647601f26ee 100644 (file)
@@ -169,9 +169,9 @@ if test "x$HW_LASCAR_EL_USB" = "xyes"; then
 fi
 
 AC_ARG_ENABLE(link-mso19, AC_HELP_STRING([--enable-link-mso19],
-             [enable Link Instruments MSO-19 support [default=no]]),
+             [enable Link Instruments MSO-19 support [default=yes]]),
              [LA_LINK_MSO19="$enableval"],
-             [LA_LINK_MSO19=no])
+             [LA_LINK_MSO19=yes])
 AM_CONDITIONAL(LA_LINK_MSO19, test x$LA_LINK_MSO19 = xyes)
 if test "x$LA_LINK_MSO19" = "xyes"; then
        AC_DEFINE(HAVE_LA_LINK_MSO19, 1, [Link Instruments MSO-19 support])