diff --git a/configure b/configure index f7172599cd..f6e38b6b43 100755 --- a/configure +++ b/configure @@ -29512,7 +29512,7 @@ fi -for ver in 5.3 5.2 5.1; do +for ver in 5.4 5.3 5.2 5.1; do if test "x${PBX_LUA}" != "x1" -a "${USE_LUA}" != "no"; then pbxlibdir="" diff --git a/configure.ac b/configure.ac index 562318c7b9..a9302b755b 100644 --- a/configure.ac +++ b/configure.ac @@ -2553,7 +2553,7 @@ if test -z "$__opus_include" -o x"$__opus_include" = x" " ; then fi AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include]) -for ver in 5.3 5.2 5.1; do +for ver in 5.4 5.3 5.2 5.1; do AST_EXT_LIB_CHECK([LUA], lua${ver}, [luaL_newstate], lua${ver}/lua.h, [-lm]) if test "x${PBX_LUA}" = "x1" ; then if test x"${LUA_DIR}" = x; then