changeset 3604:e569bbb266eb

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.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 30 Dec 2009 19:38:08 +0000
parents 847549156244
children 55b0a0191163
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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