--- a/configure.in Fri Mar 11 14:15:25 2011 -0800
+++ b/configure.in Fri Mar 11 14:24:35 2011 -0800
@@ -65,11 +65,7 @@
dnl Set up the compiler and linker flags
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