We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7725b commit 9d18933Copy full SHA for 9d18933
1 file changed
build/find_lua.m4
@@ -83,8 +83,8 @@ else
83
dnl Hack to just try to find the lib and include
84
AC_MSG_CHECKING([for lua install])
85
for x in ${test_paths}; do
86
- for v in 5.5 5.4 5.3 5.2 5.1 ""; do
87
- # Generate the necessary names: lua5.5, lua5.4 ... or just simply lua
+ for v in 5.5 5.4 5.3 5.2 5.1 51 ""; do
+ # Generate the necessary names: lua5.5, lua5.4 ... lua51 (legacy) or just simply lua
88
curr_lib="lua${v}"
89
if test -z "${v}"; then curr_lib="lua"; fi
90
0 commit comments