aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aa612476f1..cf3db368f4 100755
--- a/configure
+++ b/configure
@@ -85,7 +85,7 @@ printf "Looking for sdl-config... "
sdlconfigs="$_sdlconfig:sdl-config:sdl11-config:sdl12-config"
_sdlconfig=
-IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
+IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
for path_dir in $PATH; do
for sdlconfig in $sdlconfigs; do