fx2lafw: enable driver build by default

This commit is contained in:
Bert Vermeulen 2012-07-01 15:29:57 +02:00
parent 163f0523f6
commit 5d4fb4fc0d
1 changed files with 1 additions and 2 deletions

View File

@ -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)