diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-18 19:12:39 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-18 19:14:08 -0700 |
commit | 26573020d8618dc929cf27fa549f59298e3f70a2 (patch) | |
tree | 19e888d7c1ba06b07612b0c1b3bff2177a2f0150 /configure.in | |
parent | 8088815922a1c8fb185f4e4a7b57ddaf0f13f340 (diff) | |
download | nasm-26573020d8618dc929cf27fa549f59298e3f70a2.tar.gz nasm-26573020d8618dc929cf27fa549f59298e3f70a2.tar.bz2 nasm-26573020d8618dc929cf27fa549f59298e3f70a2.zip |
Cleaner solution for MinGW handling of __STRICT_ANSI__
If MinGW is detected, undefine __STRICT_ANSI__ in compiler.h instead.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 8cbde3c..93759fd 100644 --- a/configure.in +++ b/configure.in @@ -67,9 +67,6 @@ PA_ADD_CFLAGS([-W]) PA_ADD_CFLAGS([-Wall]) PA_ADD_CFLAGS([-std=c99]) PA_ADD_CFLAGS([-pedantic]) -dnl mingw disables a bunch of features if __STRICT_ANSI__ is defined, -dnl and -std=c99 defines __STRICT_ANSI__ -PA_ADD_CFLAGS([-U__STRICT_ANSI__]) dnl Look for "nroff" or "groff" AC_CHECK_PROGS(NROFF, nroff, echo) |