(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
authortruelight
Fri, 05 Jan 2007 17:49:46 +0000
changeset 5790 fee3af90258e
parent 5789 0710c032eae1
child 5791 f53ba2af16a2
(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" ]