[vlc-devel] commit: configure: one error message for missing Lua is enough ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Feb 16 21:29:52 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Feb 16 22:29:13 2010 +0200| [c6603c262f0a49f28213eb094bb16984e27c540e] | committer: Rémi Denis-Courmont
configure: one error message for missing Lua is enough
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6603c262f0a49f28213eb094bb16984e27c540e
---
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index c944df1..96cd9fc 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])
)
)
More information about the vlc-devel
mailing list