From 7474473f3312597f6de736b8f25cedc433427092 Mon Sep 17 00:00:00 2001 From: Jamey Sharp Date: Sat, 18 Feb 2006 20:03:35 -0800 Subject: [PATCH] Quit defining _XOPEN_SOURCE. We never needed it... --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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) -- 2.7.4