]> sigrok.org Git - libsigrok.git/commitdiff
sr: Disable saleae-logic driver by default and enable fx2lafw
authorJoel Holdsworth <redacted>
Wed, 18 Apr 2012 18:10:15 +0000 (19:10 +0100)
committerUwe Hermann <redacted>
Wed, 18 Apr 2012 22:12:22 +0000 (00:12 +0200)
configure.ac

index 51486960ef8791ac81fb28af109dcb16397ca687..a65a5d2541b90ea34798227f39092512430653db 100644 (file)
@@ -107,7 +107,7 @@ fi
 AC_ARG_ENABLE(fx2lafw, AC_HELP_STRING([--enable-fx2lafw],
              [enable fx2lafw support (for FX2 LAs). [default=no]]),
              [LA_FX2LAFW="$enableval"],
-             [LA_FX2LAFW=no])
+             [LA_FX2LAFW=yes])
 AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes)
 if test "x$LA_FX2LAFW" = "xyes"; then
        AC_DEFINE(HAVE_LA_FX2LAFW, 1, [fx2lafw support])
@@ -144,7 +144,7 @@ fi
 AC_ARG_ENABLE(saleae-logic, AC_HELP_STRING([--enable-saleae-logic],
              [enable Saleae Logic support [default=yes]]),
              [LA_SALEAE_LOGIC="$enableval"],
-             [LA_SALEAE_LOGIC=yes])
+             [LA_SALEAE_LOGIC=no])
 AM_CONDITIONAL(LA_SALEAE_LOGIC, test x$LA_SALEAE_LOGIC = xyes)
 if test "x$LA_SALEAE_LOGIC" = "xyes"; then
        AC_DEFINE(HAVE_LA_SALEAE_LOGIC, 1, [Saleae Logic support])