Skip to content

Commit 0ac23a4

Browse files
committed
Add LUA compatibility for CentOS and try to use LuaJIT first if available
1 parent 857bf9d commit 0ac23a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
v3.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

build/lua.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
LUA_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0"

0 commit comments

Comments
 (0)