summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-05 17:49:46 +0000
committertruelight <truelight@openttd.org>2007-01-05 17:49:46 +0000
commit73f40b9f6ca7496e41a5af6abff9721107579ab4 (patch)
treed57fffeca2e66005dcaf27a693e76e6b8770cac9
parent63d1be8fec17fa53bad6eb7f285eacd758ce7ba0 (diff)
downloadopenttd-73f40b9f6ca7496e41a5af6abff9721107579ab4.tar.xz
(svn r7881) [Configure] -Fix: OS2 GCC indentifies itself with os2, not os/2
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index 5a1c997c9..7cb2fca6b 100644
--- a/config.lib
+++ b/config.lib
@@ -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" ]