]> git.pld-linux.org Git - packages/asterisk.git/blob - lua51-path.patch
- from fedora
[packages/asterisk.git] / lua51-path.patch
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 @@
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
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
17  fi
18         
This page took 0.076271 seconds and 3 git commands to generate.