1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Define LUA_INCLUDED when configuring --with-liblua=included

This commit is contained in:
dmiller
2018-10-16 05:18:29 +00:00
parent daa48fdfb8
commit f836c164e0

View File

@@ -802,7 +802,7 @@ AC_HELP_STRING([--without-liblua], [Compile without lua (this will exclude all o
LUA_CLEAN="clean-lua" LUA_CLEAN="clean-lua"
LUA_DIST_CLEAN="distclean-lua" LUA_DIST_CLEAN="distclean-lua"
have_lua="yes" have_lua="yes"
AC_DEFINE(LUA_INCLUDED, 1, [Using included liblua])
;; ;;
no) no)
no_lua="yes" no_lua="yes"