Adds .a to the list of expected liblua extension

While download and installed on MacOS, liblua5.1, by default, place
itself, under the folder /usr/local/lib with the extension: .a.
This commit is contained in:
Felipe Zimmerle 2014-01-18 01:29:02 -03:00
parent 5d2e3d4321
commit f043ba33a3

View File

@ -17,7 +17,7 @@ LUA_LDADD=""
LUA_LDFLAGS=""
LUA_CONFIG=${PKG_CONFIG}
LUA_PKGNAMES="lua5.1 lua-5.1 lua_5.1 lua-51 lua_51 lua51 lua5 lua"
LUA_SONAMES="so la sl dll dylib"
LUA_SONAMES="so la sl dll dylib a"
AC_ARG_WITH(
lua,