aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-06-11 07:48:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-06-11 07:48:37 +0000
commit8c4940698be2f02281e357e88f3a06116cdc5fb4 (patch)
treef1362f62b1e9dcfbc2a3452c99407030c2dc7b0e /config.guess
parent607bee31060fd9ff4edc6b9e1997bb5c905ae6fc (diff)
downloadfetchmail-8c4940698be2f02281e357e88f3a06116cdc5fb4.tar.gz
fetchmail-8c4940698be2f02281e357e88f3a06116cdc5fb4.tar.bz2
fetchmail-8c4940698be2f02281e357e88f3a06116cdc5fb4.zip
Enable Rhapsody to work.
svn path=/trunk/; revision=2490
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index d85c1a5c..5b40242f 100755
--- a/config.guess
+++ b/config.guess
@@ -424,6 +424,9 @@ EOF
echo ns32k-sni-sysv
fi
exit 0 ;;
+ *:Rhapsody:*:*)
+ echo `arch`-apple-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2