summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index b2db8438e5..6b58e432ed 100755
--- a/tools/configure
+++ b/tools/configure
@@ -165,8 +165,7 @@ simcc () {
165 exit 2 165 exit 2
166 else 166 else
167 # generic sdl-config checker 167 # generic sdl-config checker
168 #ignore the -D_GNU_SOURCE=1 inserted by sdl 168 GCCOPTS="$GCCOPTS `$sdl --cflags`"
169 GCCOPTS="$GCCOPTS `$sdl --cflags` -U_GNU_SOURCE"
170 LDOPTS="$LDOPTS `$sdl --libs`" 169 LDOPTS="$LDOPTS `$sdl --libs`"
171 fi 170 fi
172 fi 171 fi