Skip to content

Commit 6ce6725

Browse files
authored
Merge pull request #327 from futatuki/configure-respect-LUA-env
configure.ac: respect variable for LUA_CFLAGS and LUA_LIBS
2 parents 8be3c66 + ab80ec5 commit 6ce6725

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

configure.ac

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,8 +1484,6 @@ AC_ARG_ENABLE([lua],
14841484
[enable Lua scripting support]),
14851485
[enable_lua="$enableval"], [enable_lua="no"])
14861486

1487-
LUA_CFLAGS=""
1488-
LUA_LIBS=""
14891487
lua_found="no"
14901488

14911489
AS_IF([test x"$enable_lua" = x"yes"], [

0 commit comments

Comments
 (0)