Ticket #8469: configure.patch

File configure.patch, 408 bytes (added by SF/psmedley, 19 years ago)

patch for configure

  • configure

    old new  
    152152       
    153153        IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="$SEPARATOR"
    154154        for path_dir in $_sdlpath; do
     155                #reset separator to parse sdlconfigs
     156                IFS=":"
    155157                for sdlconfig in $sdlconfigs; do
    156158                        if test -x "$path_dir/$sdlconfig" ; then
    157159                                _sdlconfig="$path_dir/$sdlconfig"