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