From: Bert Vermeulen Date: Sun, 1 Jul 2012 13:29:57 +0000 (+0200) Subject: fx2lafw: enable driver build by default X-Git-Tag: dsupstream~887 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=5d4fb4fc0d4dd4fc323d5ecf862502ec317692de;p=libsigrok.git fx2lafw: enable driver build by default --- diff --git a/configure.ac b/configure.ac index 7f49af22..8a17f901 100644 --- a/configure.ac +++ b/configure.ac @@ -104,9 +104,8 @@ 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=no]]), + [enable fx2lafw support (for FX2 LAs). [default=yes]]), [LA_FX2LAFW="$enableval"], [LA_FX2LAFW=yes]) AM_CONDITIONAL(LA_FX2LAFW, test x$LA_FX2LAFW = xyes)