diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-18 22:57:42 -0800 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2006-02-18 22:57:42 -0800 |
commit | 9e013b564cc4479802c51f79ea5054d5f25edacc (patch) | |
tree | 26a7f751da1b317279eeac0782b3c8e8263544d1 | |
parent | d16efb51915d9661788c96140635514cf6314d46 (diff) | |
parent | 7474473f3312597f6de736b8f25cedc433427092 (diff) |
Merge branch 'master' of git+ssh://anholt@git.freedesktop.org/git/xcb
-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) |