From: Jamey Sharp Date: Sun, 19 Feb 2006 04:03:35 +0000 (-0800) Subject: Quit defining _XOPEN_SOURCE. We never needed it... X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7474473f3312597f6de736b8f25cedc433427092;p=free-sw%2Fxcb%2Flibxcb Quit defining _XOPEN_SOURCE. We never needed it... --- 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)