Fixed building with LUA

This commit is contained in:
brenosilva
2011-06-06 14:53:21 +00:00
parent 9623fbd5b0
commit c41c3cee26
5 changed files with 11 additions and 17 deletions

View File

@@ -581,9 +581,6 @@ CHECK_APU()
fi
CHECK_LIBXML2()
CHECK_LUA()
if test -n "$LUA_VERSION"; then
LUA_CFLAGS="-DWITH_LUA $LUA_CFLAGS"
fi
if test "$build_mlogc" -ne 0; then
CHECK_CURL()
fi