(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2

This commit is contained in:
truelight 2007-01-05 17:49:46 +00:00
parent 16e3c938ba
commit 63b3620b9b

View File

@ -1226,7 +1226,7 @@ detect_os() {
/sunos/ { print "SUNOS"; exit}
/cygwin/ { print "CYGWIN"; exit}
/mingw/ { print "MINGW"; exit}
/os\/2/ { print "OS2"; exit}
/os2/ { print "OS2"; exit}
'`
if [ -z "$os" ]