diff options
author | Eugene Sandulenko | 2005-10-11 18:09:52 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-10-11 18:09:52 +0000 |
commit | ee697e27ef622e3c467b46967ffb035e4f6d2e3a (patch) | |
tree | 98ebd6ae12afefeb7b3b7b56d1636926e1f4ed7c | |
parent | bb14140ca727fa3681785d331c523d5584083c67 (diff) | |
download | scummvm-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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |