aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2005-10-11 18:09:52 +0000
committerEugene Sandulenko2005-10-11 18:09:52 +0000
commitee697e27ef622e3c467b46967ffb035e4f6d2e3a (patch)
tree98ebd6ae12afefeb7b3b7b56d1636926e1f4ed7c
parentbb14140ca727fa3681785d331c523d5584083c67 (diff)
downloadscummvm-rg350-ee697e27ef622e3c467b46967ffb035e4f6d2e3a.tar.gz
scummvm-rg350-ee697e27ef622e3c467b46967ffb035e4f6d2e3a.tar.bz2
scummvm-rg350-ee697e27ef622e3c467b46967ffb035e4f6d2e3a.zip
Patch #1324028 "Another configure patch for OS/2"
svn-id: r19024
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 82d775ee4b..ea31a9ea37 100755
--- a/configure
+++ b/configure
@@ -152,6 +152,8 @@ find_sdlconfig()
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="$SEPARATOR"
for path_dir in $_sdlpath; do
+ #reset separator to parse sdlconfigs
+ IFS=":"
for sdlconfig in $sdlconfigs; do
if test -x "$path_dir/$sdlconfig" ; then
_sdlconfig="$path_dir/$sdlconfig"