(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
authortruelight
Fri, 05 Jan 2007 17:49:46 +0000
changeset 5539 a77ac9a34e98
parent 5538 21fffaa130f9
child 5540 dd9f2408cab1
(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
config.lib
--- a/config.lib	Fri Jan 05 17:42:01 2007 +0000
+++ b/config.lib	Fri Jan 05 17:49:46 2007 +0000
@@ -1226,7 +1226,7 @@
 					/sunos/        { print "SUNOS";   exit}
 					/cygwin/       { print "CYGWIN";  exit}
 					/mingw/        { print "MINGW";   exit}
-					/os\/2/        { print "OS2";     exit}
+					/os2/          { print "OS2";     exit}
 		'`
 
 		if [ -z "$os" ]