diff options
author | Jamey Sharp <jamey@minilop.net> | 2006-02-18 20:03:35 -0800 |
---|---|---|
committer | Jamey Sharp <jamey@minilop.net> | 2006-02-18 20:03:35 -0800 |
commit | 7474473f3312597f6de736b8f25cedc433427092 (patch) | |
tree | 8b74fe4d150a70715fcce60cf32058682cf778ce /configure.ac | |
parent | 1d977c7b2d519e22f319075563e7faf4bbd31d58 (diff) |
Quit defining _XOPEN_SOURCE. We never needed it...
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 903eeed..2f14c71 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,6 @@ AC_HELP_STRING([--with-opt=debug], [compile for debugging (default)]), esac ]) AC_CACHE_CHECK([what compiler optimizations to apply], [optflags], [optflags="-g"]) -AC_DEFINE(_XOPEN_SOURCE, 500, [Conform to Single Unix Specification.]) CDEBUGFLAGS="$optflags -Wall -pedantic -Wpointer-arith \ -Wstrict-prototypes -Wmissing-declarations -Wnested-externs" AC_SUBST(CDEBUGFLAGS) |