We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857bf9d commit 0ac23a4Copy full SHA for 0ac23a4
CHANGES
@@ -1,6 +1,8 @@
1
v3.0.3 - YYYY-MMM-DD (to be released)
2
-------------------------------------
3
4
+ - Add LUA compatibility for CentOS and try to use LuaJIT first if available
5
+ [Issue #1622 - @victorhora, @dmitryzykov]
6
- Allow LuaJIT to be used
7
[Issue #1809 - @victorhora, @p0pr0ck5]
8
- Implement support for Lua 5.1
build/lua.m4
@@ -6,7 +6,7 @@ AC_DEFUN([CHECK_LUA],
[dnl
# 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"
+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
11
# Possible extensions for the library
12
LUA_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"
0 commit comments