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

Properly quote an AC macro name

This commit is contained in:
dmiller
2014-11-28 21:31:40 +00:00
parent f23c483c4b
commit c75999fe09

View File

@@ -330,7 +330,7 @@ AC_DEFUN([APR_FIND_APR], [
AC_MSG_RESULT($apr_found) AC_MSG_RESULT($apr_found)
]) ])
AC_DEFUN(LARGE_FILES_IF_NOT_BROKEN, AC_DEFUN([LARGE_FILES_IF_NOT_BROKEN],
[ [
AC_LANG_PUSH(C++) AC_LANG_PUSH(C++)
AC_MSG_CHECKING([for broken _LARGE_FILES support, such as with gcc <4.4.0 on AIX]) AC_MSG_CHECKING([for broken _LARGE_FILES support, such as with gcc <4.4.0 on AIX])