mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Define LUA_INCLUDED when configuring --with-liblua=included
This commit is contained in:
parent
daa48fdfb8
commit
f836c164e0
1 changed files with 1 additions and 1 deletions
|
|
@ -802,7 +802,7 @@ AC_HELP_STRING([--without-liblua], [Compile without lua (this will exclude all o
|
|||
LUA_CLEAN="clean-lua"
|
||||
LUA_DIST_CLEAN="distclean-lua"
|
||||
have_lua="yes"
|
||||
|
||||
AC_DEFINE(LUA_INCLUDED, 1, [Using included liblua])
|
||||
;;
|
||||
no)
|
||||
no_lua="yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue