]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-buildflags.patch
- updated to 1.1.1
[packages/vlc.git] / vlc-buildflags.patch
CommitLineData
8044ef48 1--- vlc-1.1.0/configure.ac~ 2010-06-20 22:17:11.000000000 +0200
2+++ vlc-1.1.0/configure.ac 2010-07-08 11:28:14.152064066 +0200
3@@ -1601,7 +1601,7 @@
273b8a97
KK
4 plugins (default enabled)]))
5 if test "${enable_lua}" != "no"
6 then
7- PKG_CHECK_MODULES(LUA, lua5.1,
8+ PKG_CHECK_MODULES(LUA, lua51,
9 [ have_lua=yes ],
10 [
11 AC_MSG_WARN([lua5.1 not found, trying lua >= 5.1 instead])
8044ef48 12@@ -1631,7 +1631,7 @@
13 AC_MSG_ERROR([Could not find lua. Lua is needed for some interfaces (rc, telnet, http) as well as many other custom scripts. Use --disable-lua to ignore this error.])
14 fi
15 AC_ARG_VAR([LUAC], [LUA byte compiler])
16- AC_PATH_PROGS(LUAC,[${LUAC} luac], [false])
17+ AC_PATH_PROGS(LUAC,[${LUAC} luac51], [false])
18 AS_IF([test "${ac_cv_path_LUAC}" = "false"], [
19 AC_MSG_ERROR([Could not find the LUA byte compiler.])
20 ])
This page took 0.058143 seconds and 4 git commands to generate.