From: Uwe Hermann Date: Sat, 31 Mar 2012 09:57:46 +0000 (+0200) Subject: sr: Disable fx2lafw driver again (for now). X-Git-Tag: libsigrok-0.1.0~10 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2e26e0aa0b7ccbdb461fdf71dde59e0400ba50ee;p=libsigrok.git sr: Disable fx2lafw driver again (for now). After some more testing, it will probably be enabled by default and will replace/deprecate the Saleae Logic driver at some point. --- diff --git a/configure.ac b/configure.ac index 76db0a65..51486960 100644 --- a/configure.ac +++ b/configure.ac @@ -103,10 +103,11 @@ if test "x$LA_CHRONOVU_LA8" = "xyes"; then AC_DEFINE(HAVE_LA_CHRONOVU_LA8, 1, [ChronoVu LA8 support]) fi +# Disabled per default for now, will be enabled when it's tested some more. AC_ARG_ENABLE(fx2lafw, AC_HELP_STRING([--enable-fx2lafw], - [enable fx2lafw support (for FX2 LAs). [default=yes]]), + [enable fx2lafw support (for FX2 LAs). [default=no]]), [LA_FX2LAFW="$enableval"], - [LA_FX2LAFW=yes]) + [LA_FX2LAFW=no]) AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes) if test "x$LA_FX2LAFW" = "xyes"; then AC_DEFINE(HAVE_LA_FX2LAFW, 1, [fx2lafw support])