File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ AC_DEFUN([CHECK_LUA],
9
9
LUA_POSSIBLE_LIB_NAMES="lua54 lua5.4 lua-5.4 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
- LUA_POSSIBLE_EXTENSIONS="so so0 la sl dll dylib so.0.0.0 "
12
+ LUA_POSSIBLE_EXTENSIONS="so la sl dll dylib"
13
13
14
14
# Possible paths (if pkg-config was not found, proceed with the file lookup)
15
- LUA_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/lib64 /usr/local/lua /usr/local/liblua /usr/local /opt /usr /usr/lib64 /opt/local"
15
+ LUA_POSSIBLE_PATHS="/usr/lib /usr/local/lib /usr/local/lib64 /usr/local/lua /usr/local/liblua /usr/local /opt /usr /usr/lib64 /opt/local /usr/lib/lua5.3/liblua /usr/lib/lua5.2/liblua "
16
16
17
17
# Variables to be set by this very own script.
18
18
LUA_CFLAGS=""
You can’t perform that action at this time.
0 commit comments