From 52a599605ee0216066fbce1c71cd95d9a0b2f07b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Apr 2000 15:41:06 +0000 Subject: [PATCH] (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg form of AC_DEFINE. Otherwise, the #ifndef in AH_VERBATIM gets clobbered. --- m4/jm-macros.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 63319cd846..625a926574 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -202,8 +202,7 @@ AC_DEFUN(jm_CHECK_ALL_TYPES, #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 -- 2.30.2