mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
aclocal.m4: remove dnl which made autoconf complain
autoconf complained about this dnl, and it's not necessary anyway (and perhaps even potentially harmful? Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
77696c7768
commit
d428e983fe
2
aclocal.m4
vendored
2
aclocal.m4
vendored
@ -160,7 +160,7 @@ dnl Call AC_CHECK_HEADERS(), and add to ac_includes_default if found
|
||||
dnl --------------------------------------------------------------------------
|
||||
AC_DEFUN(_PA_ADD_HEADER,
|
||||
[AC_CHECK_HEADERS([$1],[ac_includes_default="$ac_includes_default
|
||||
#include <$1>"dnl
|
||||
#include <$1>"
|
||||
])])
|
||||
|
||||
AC_DEFUN(PA_ADD_HEADERS,
|
||||
|
Loading…
Reference in New Issue
Block a user