diff configure @ 25556:e867578ac418

Use _ISOC99_SOURCE instead of _GNU_SOURCE.
author diego
date Wed, 02 Jan 2008 18:32:55 +0000
parents 47f2a9304623
children 9f8df9433c25
line wrap: on
line diff
--- a/configure	Wed Jan 02 07:38:40 2008 +0000
+++ b/configure	Wed Jan 02 18:32:55 2008 +0000
@@ -2764,7 +2764,7 @@
 int main(void) { long (*foo)(float); foo = $func; (void)(*foo)(0.0); return 0; }
 EOF
 eval _$func=no
-cc_check -D_GNU_SOURCE $_ld_lm && eval _$func=yes
+cc_check -D_ISOC99_SOURCE $_ld_lm && eval _$func=yes
 if eval test "x\$_$func" = "xyes"; then
   eval _def_$func="\"#define HAVE_`echo $func | tr '[a-z]' '[A-Z]'` 1\""
   echores yes