]> git.pld-linux.org Git - packages/asterisk.git/blame - lua51-path.patch
- package more files
[packages/asterisk.git] / lua51-path.patch
CommitLineData
17686c6e 1--- asterisk-1.6.2.10/configure.ac~ 2010-06-08 00:13:04.000000000 +0200
2+++ asterisk-1.6.2.10/configure.ac 2010-07-24 11:23:03.842706054 +0200
3@@ -1559,12 +1559,12 @@
8c44d5b7
ER
4 [${PWLIB_INCLUDE}], [${PWLIB_LIB}])
5 fi
6
7-AST_EXT_LIB_CHECK([LUA], [lua5.1], [luaL_newstate], [lua5.1/lua.h], [-lm])
8+AST_EXT_LIB_CHECK([LUA], [lua51], [luaL_newstate], [lua51/lua.h], [-lm])
9 if test "x${PBX_LUA}" = "x1" ; then
17686c6e 10 if test x"${LUA_DIR}" = x; then
11- LUA_INCLUDE="${LUA_INCLUDE} -I/usr/include/lua5.1"
12+ LUA_INCLUDE="${LUA_INCLUDE} -I/usr/include/lua51"
13 else
14- LUA_INCLUDE="${LUA_INCLUDE} -I${LUA_DIR}/lua5.1"
15+ LUA_INCLUDE="${LUA_INCLUDE} -I${LUA_DIR}/lua51"
16 fi
8c44d5b7
ER
17 fi
18
This page took 0.089996 seconds and 4 git commands to generate.