[MPlayer-cvslog] r25584 - trunk/configure
diego
subversion at mplayerhq.hu
Wed Jan 2 19:32:55 CET 2008
Author: diego
Date: Wed Jan 2 19:32:55 2008
New Revision: 25584
Log:
Use _ISOC99_SOURCE instead of _GNU_SOURCE.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jan 2 19:32:55 2008
@@ -2764,7 +2764,7 @@ cat > $TMPC << EOF
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
More information about the MPlayer-cvslog
mailing list