summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 1 insertions, 5 deletions
diff --git a/configure b/configure
index 4e6c3432..2bdb6409 100755
--- a/configure
+++ b/configure
@@ -15474,11 +15474,7 @@ done
INCLUDE="-I$srcdir/include"
if test x$srcdir != x.; then
- # Remove SDL_config.h from the source directory, since it's the
- # default one, and we want to include the one that we generate.
- if test -f $srcdir/include/SDL_config.h; then
- rm $srcdir/include/SDL_config.h
- fi
+ # We want to include the generated SDL_config.h first
INCLUDE="-Iinclude $INCLUDE"
fi
case "$host" in