CONFIGURE: formatting fix (and kick the buildbot full rebuild)

svn-id: r53570
This commit is contained in:
Eugene Sandulenko 2010-10-18 17:42:24 +00:00
parent c360aa9d14
commit 5d08ad157d

4
configure vendored
View File

@ -1176,10 +1176,10 @@ HOSTEXEEXT=$_exeext
# Determine separator used for $PATH
#
case $_host_os in
os2-emx* )
os2-emx*)
SEPARATOR=";"
;;
* )
*)
SEPARATOR=":"
;;
esac