File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11v3.0.3 - YYYY-MMM-DD (to be released)
22-------------------------------------
33
4+ - Add LUA compatibility for CentOS and try to use LuaJIT first if available
5+ [Issue #1622 - @victorhora, @dmitryzykov]
46 - Allow LuaJIT to be used
57 [Issue #1809 - @victorhora, @p0pr0ck5]
68 - Implement support for Lua 5.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AC_DEFUN([CHECK_LUA],
66[ dnl
77
88# Possible names for the lua library/package (pkg-config)
9- LUA_POSSIBLE_LIB_NAMES="lua lua53 lua5.3 lua52 lua5.2 lua51 lua5.1 luajit luajit -5.1"
9+ LUA_POSSIBLE_LIB_NAMES="luajit luajit-5.1 lua53 lua5.3 lua-5.3 lua52 lua5.2 lua-5.2 lua51 lua5.1 lua -5.1 lua "
1010
1111# Possible extensions for the library
1212LUA_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
You can’t perform that action at this time.
0 commit comments