b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 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 |