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 1
1
v3.0.3 - YYYY-MMM-DD (to be released)
2
2
-------------------------------------
3
3
4
+ - Add LUA compatibility for CentOS and try to use LuaJIT first if available
5
+ [Issue #1622 - @victorhora, @dmitryzykov]
4
6
- Allow LuaJIT to be used
5
7
[Issue #1809 - @victorhora, @p0pr0ck5]
6
8
- Implement support for Lua 5.1
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AC_DEFUN([CHECK_LUA],
6
6
[ dnl
7
7
8
8
# 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 "
10
10
11
11
# Possible extensions for the library
12
12
LUA_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
You can’t perform that action at this time.
0 commit comments