mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Fixing a LUAFLAGS assignment in configure
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user