mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fixing a LUAFLAGS assignment in configure
This commit is contained in:
parent
8bc752b155
commit
2de3c2062f
2 changed files with 3713 additions and 3301 deletions
|
|
@ -160,7 +160,7 @@ case "$host" in
|
|||
needs_cpp_precomp=yes
|
||||
;;
|
||||
*)
|
||||
LUAFLAGS=MYCFLAGS="-DLUA_USE_POSIX -DLUA_USE_DLOPEN"
|
||||
LUAFLAGS="MYCFLAGS=\"-DLUA_USE_POSIX -DLUA_USE_DLOPEN\""
|
||||
esac
|
||||
|
||||
AC_SUBST(LUAFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue