From: RĂ©mi Denis-Courmont Date: Tue, 16 Feb 2010 20:29:13 +0000 (+0200) Subject: configure: one error message for missing Lua is enough X-Git-Tag: 1.1.0-pre1~883 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c6603c262f0a49f28213eb094bb16984e27c540e;p=vlc configure: one error message for missing Lua is enough --- diff --git a/configure.ac b/configure.ac index c944df1371..96cd9fc767 100644 --- a/configure.ac +++ b/configure.ac @@ -1606,9 +1606,6 @@ then AC_CHECK_LIB( lua , luaL_newstate, [LUA_LIBS="-llua"], [ have_lua=no - AS_IF([test "x${enable_lua}" = "xyes"], - [AC_MSG_ERROR([lua >= 5.1 not found!])], - [AC_MSG_WARN([lua >= 5.1 not found!])]) ], [-lm]) ) )