diff options
author | truelight <truelight@openttd.org> | 2007-03-05 15:24:17 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-03-05 15:24:17 +0000 |
commit | 65b0e2b521feb356955bc970bfe69ab6ab9be7e9 (patch) | |
tree | 2361211152968f98da26e7f449ffe2557840a0f7 | |
parent | f8e7d0888552dac2546b4434a65fff9feff24f79 (diff) | |
download | openttd-65b0e2b521feb356955bc970bfe69ab6ab9be7e9.tar.xz |
(svn r9017) [Config] -Fix: if 'solaris' is in gcc dumpmachine, we have SunOS
-rw-r--r-- | config.lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib index de15d2040..128e1a987 100644 --- a/config.lib +++ b/config.lib @@ -1212,6 +1212,7 @@ detect_os() { /morphos/ { print "MORPHOS"; exit} /beos/ { print "BEOS"; exit} /sunos/ { print "SUNOS"; exit} + /solaris/ { print "SUNOS"; exit} /cygwin/ { print "CYGWIN"; exit} /mingw/ { print "MINGW"; exit} /os2/ { print "OS2"; exit} |