changeset 2424:01bb4698e7c9

(jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered.
author Jim Meyering <jim@meyering.net>
date Fri, 14 Apr 2000 15:41:06 +0000
parents 17a1992f69f3
children c3ead57cfe3f
files m4/jm-macros.m4
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -202,8 +202,7 @@
 #endif])
 
   # Enable GNU extensions.
-  AC_DEFINE([_GNU_SOURCE], 1,
-    [Enable GNU extensions on systems that have them.])
+  AC_DEFINE([_GNU_SOURCE])
 
   dnl This test must come as early as possible after the compiler configuration
   dnl tests, because the choice of the file model can (in principle) affect