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 () {
exit 2
else
# generic sdl-config checker
- #ignore the -D_GNU_SOURCE=1 inserted by sdl
- GCCOPTS="$GCCOPTS `$sdl --cflags` -U_GNU_SOURCE"
+ GCCOPTS="$GCCOPTS `$sdl --cflags`"
LDOPTS="$LDOPTS `$sdl --libs`"
fi
fi