Fixed potential bug in field separation shell variable. For some reason

tab character got substituted by spaces.

svn-id: r11508
This commit is contained in:
Eugene Sandulenko 2003-12-06 06:15:23 +00:00
parent 578d2efa77
commit 5973fc01a9

2
configure vendored
View file

@ -85,7 +85,7 @@ printf "Looking for sdl-config... "
sdlconfigs="$_sdlconfig:sdl-config:sdl11-config:sdl12-config"
_sdlconfig=
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=":"
for path_dir in $PATH; do
for sdlconfig in $sdlconfigs; do