Skip to content

Commit 9d18933

Browse files
committed
Add lua51 form (legacy syntax)
1 parent 7c7725b commit 9d18933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/find_lua.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ else
8383
dnl Hack to just try to find the lib and include
8484
AC_MSG_CHECKING([for lua install])
8585
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
86+
for v in 5.5 5.4 5.3 5.2 5.1 51 ""; do
87+
# Generate the necessary names: lua5.5, lua5.4 ... lua51 (legacy) or just simply lua
8888
curr_lib="lua${v}"
8989
if test -z "${v}"; then curr_lib="lua"; fi
9090

0 commit comments

Comments
 (0)