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.
This commit is contained in:
Uwe Hermann 2012-03-31 11:57:46 +02:00
parent c5d83a5a72
commit 2e26e0aa0b
1 changed files with 3 additions and 2 deletions

View File

@ -103,10 +103,11 @@ if test "x$LA_CHRONOVU_LA8" = "xyes"; then
AC_DEFINE(HAVE_LA_CHRONOVU_LA8, 1, [ChronoVu LA8 support]) AC_DEFINE(HAVE_LA_CHRONOVU_LA8, 1, [ChronoVu LA8 support])
fi fi
# Disabled per default for now, will be enabled when it's tested some more.
AC_ARG_ENABLE(fx2lafw, AC_HELP_STRING([--enable-fx2lafw], 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="$enableval"],
[LA_FX2LAFW=yes]) [LA_FX2LAFW=no])
AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes) AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes)
if test "x$LA_FX2LAFW" = "xyes"; then if test "x$LA_FX2LAFW" = "xyes"; then
AC_DEFINE(HAVE_LA_FX2LAFW, 1, [fx2lafw support]) AC_DEFINE(HAVE_LA_FX2LAFW, 1, [fx2lafw support])