[vlc-devel] commit: Revert "Also try luajit if available" ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Feb 17 19:13:11 CET 2010
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Feb 17 20:13:07 2010 +0200| [7a82baf3d3d0440887c03c4f8b21476f198422c0] | committer: Rémi Denis-Courmont
Revert "Also try luajit if available"
This reverts commit e94fee3138d38d24d81ddbb521c6f7135a88238d.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a82baf3d3d0440887c03c4f8b21476f198422c0
---
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0afc09c..96cd9fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1588,9 +1588,6 @@ AC_ARG_ENABLE(lua,
plugins (default enabled)]))
if test "${enable_lua}" != "no"
then
- PKG_CHECK_MODULES(LUA, luajit, [
- have_lua=yes
- ], [
PKG_CHECK_MODULES(LUA, lua5.1,
[ have_lua=yes ],
[
@@ -1614,7 +1611,6 @@ then
)
])
])
- ])
if test "x${have_lua}" = "xyes" ; then
VLC_ADD_LIBS([lua],[$LUA_LIBS])
VLC_ADD_CFLAGS([lua],[$LUA_CFLAGS])
More information about the vlc-devel
mailing list