mirror of
https://github.com/php-win-ext/php-lua.git
synced 2026-03-24 00:52:12 +01:00
fix include dir
This commit is contained in:
@@ -5,7 +5,7 @@ PHP_ARG_WITH(lua-version, to specify a custom lua version, [ --with-lua-version
|
||||
|
||||
if test "$PHP_LUA" != "no"; then
|
||||
if test -r $PHP_LUA/include/lua.h; then
|
||||
LUA_INCLUDE_DIR=$PHP_LUA
|
||||
LUA_INCLUDE_DIR=$PHP_LUA/include
|
||||
else
|
||||
AC_MSG_CHECKING(for lua in default path)
|
||||
for i in /usr/local /usr; do
|
||||
|
||||
Reference in New Issue
Block a user