mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
also fix "no" suffix
This commit is contained in:
@@ -30,7 +30,7 @@ if test "$PHP_LUA" != "no"; then
|
||||
AC_MSG_ERROR(Please reinstall the lua distribution - lua.h should be in <lua-dir>/include/)
|
||||
fi
|
||||
|
||||
if test "$PHP_LUA_VERSION" != "yes"; then
|
||||
if test "$PHP_LUA_VERSION" != "yes" -a "$PHP_LUA_VERSION" != "no"; then
|
||||
LUA_LIB_SUFFIX=lua$PHP_LUA_VERSION
|
||||
else
|
||||
LUA_LIB_SUFFIX=lua
|
||||
|
||||
Reference in New Issue
Block a user