Patch #1324028 "Another configure patch for OS/2"

svn-id: r19024
This commit is contained in:
Eugene Sandulenko 2005-10-11 18:09:52 +00:00
parent bb14140ca7
commit ee697e27ef

2
configure vendored
View file

@ -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"