changeset 5539:9e37e2966e15 draft

(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
author truelight <truelight@openttd.org>
date Fri, 05 Jan 2007 17:49:46 +0000
parents a5bf6359a97c
children cfb20640824b
files config.lib
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -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" ]