(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
This commit is contained in:
@@ -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" ]
|
||||
|
Reference in New Issue
Block a user