Mercurial > mplayer.hg
changeset 25556:e867578ac418
Use _ISOC99_SOURCE instead of _GNU_SOURCE.
author | diego |
---|---|
date | Wed, 02 Jan 2008 18:32:55 +0000 |
parents | 273c1eaae7c8 |
children | 0ed2d0aad31f |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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