# HG changeset patch # User Sam Lantinga # Date 1262201888 0 # Node ID e569bbb266eb218dc1b837e59368d7be0b6fcdaf # Parent 847549156244f11699e511f0820d34cc353994cc Fixed bug #915 GNU-isms should be avoided wherever possible for portability, please avoid the use of GNU-isms in your code, this may be problematic when using this library in projects which use non-GNU-compliant compilers. diff -r 847549156244 -r e569bbb266eb configure.in --- a/configure.in Wed Dec 30 19:10:41 2009 +0000 +++ b/configure.in Wed Dec 30 19:38:08 2009 +0000 @@ -79,7 +79,7 @@ BASE_LDFLAGS="-mno-cygwin" ;; *) - BASE_CFLAGS="-D_GNU_SOURCE=1" + BASE_CFLAGS="" BASE_LDFLAGS="" ;; esac