mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Move the call to AC_CANONICAL_HOST up higher in configure.ac.
This commit is contained in:
@@ -36,6 +36,10 @@ AC_SUBST(pcredir)
|
||||
dnl use config.h instead of -D macros
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
|
||||
dnl Host specific hacks
|
||||
AC_CANONICAL_HOST
|
||||
AC_C_INLINE
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
@@ -100,10 +104,6 @@ fi
|
||||
AC_SUBST(COMPAT_OBJS)
|
||||
AC_SUBST(COMPAT_SRCS)
|
||||
|
||||
dnl Host specific hacks
|
||||
AC_CANONICAL_HOST
|
||||
AC_C_INLINE
|
||||
|
||||
needs_cpp_precomp=no
|
||||
LUAFLAGS="MYCFLAGS=\"-DLUA_USE_POSIX -DLUA_USE_DLOPEN\""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user