9247664ac186e3563777efd91a253b2e2d7aac66
[feed/telephony.git] / net / asterisk / patches / 140-use-default-lua.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -2619,7 +2619,7 @@ if test -z "$__opus_include" -o x"$__opu
4 fi
5 AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
6
7 -for ver in ${LUA_VERSIONS:-5.4 5.3 5.2 5.1}; do
8 +for ver in ${LUA_VERSIONS}; do
9 AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm])
10 if test "x${PBX_LUA}" = "x1" ; then
11 if test x"${LUA_DIR}" = x; then