aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-02-22 14:49:15 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-02-22 14:49:15 +0000
commit7825b2c525dfeb85842adc383c3772deaf5e4ca4 (patch)
treea0e64bb14d4c170684d59f004a840137ade8a2fc /config.guess
parent3bdd5729e55055ce8056a7c83ad130133780bcb7 (diff)
downloadfetchmail-7825b2c525dfeb85842adc383c3772deaf5e4ca4.tar.gz
fetchmail-7825b2c525dfeb85842adc383c3772deaf5e4ca4.tar.bz2
fetchmail-7825b2c525dfeb85842adc383c3772deaf5e4ca4.zip
LynxOS support.
svn path=/trunk/; revision=2390
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess
index fee531d6..d85c1a5c 100755
--- a/config.guess
+++ b/config.guess
@@ -404,7 +404,7 @@ EOF
mc68030:UNIX_System_V:4.*:*)
echo m68k-atari-sysv4
exit 0 ;;
- i[34]86:LynxOS:2.[2345]*:*)
+ i[34]86:LynxOS:2.[2345]*:*|i[34]86:LynxOS:3.[01]*:*)
echo i386-lynx-lynxos${UNAME_RELEASE}
exit 0 ;;
TSUNAMI:LynxOS:2.[23]*:*)