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:
parent
578d2efa77
commit
5973fc01a9
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue