From ee697e27ef622e3c467b46967ffb035e4f6d2e3a Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 11 Oct 2005 18:09:52 +0000 Subject: [PATCH] Patch #1324028 "Another configure patch for OS/2" svn-id: r19024 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 82d775ee4bd..ea31a9ea37d 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"