]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-buildflags.patch
- release 13 (by relup.sh)
[packages/vlc.git] / vlc-buildflags.patch
1 --- vlc-1.1.1/configure.ac~     2010-07-19 23:21:46.000000000 +0200
2 +++ vlc-1.1.1/configure.ac      2010-07-22 09:14:02.123884890 +0200
3 @@ -1614,7 +1614,7 @@
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])
12 @@ -1644,7 +1644,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 "${LUAC}" = "false"], [
19      AC_MSG_ERROR([Could not find the LUA byte compiler.])
20    ])
This page took 0.085574 seconds and 3 git commands to generate.