mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- configure: invert --disable-lua false logic to --enable-lua true
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -219,8 +219,9 @@ if test "$BOXTYPE" != coolstream; then
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(lua,
|
||||
AS_HELP_STRING([--disable-lua], [disable Lua support @<:@default=no@:>@]),
|
||||
,[enable_lua=yes])
|
||||
AS_HELP_STRING([--enable-lua], [enable Lua support @<:@default=yes@:>@]),
|
||||
[enable_lua="$enableval"],
|
||||
[enable_lua="yes"])
|
||||
|
||||
AM_CONDITIONAL(ENABLE_LUA, test "$enable_lua" = "yes")
|
||||
if test "$enable_lua" = "yes"; then
|
||||
|
Reference in New Issue
Block a user