Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
We don't want to remove SDL_config.h since it's in source control now.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Mar 11, 2011
1 parent 29ada4a commit 48dba57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions configure
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions configure.in
Expand Up @@ -65,11 +65,7 @@ AC_CHECK_PROGS(WINDRES, [windres $hostaliaswindres $host_os-windres])
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
Expand Down

0 comments on commit 48dba57

Please sign in to comment.