summaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-28 09:53:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-28 09:53:42 +0000
commit770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe (patch)
tree04d1097b4a3e8e795f16306fe9f350a57a0f0057 /config.guess
parente0f3aab312df60a890524c5b922f0c6525adaf18 (diff)
downloadruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.tar.gz
ruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.tar.xz
ruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'config.guess')
-rw-r--r--config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 53ebbce1a..30e8136c9 100644
--- a/config.guess
+++ b/config.guess
@@ -969,6 +969,9 @@ EOF
*:Rhapsody:*:*)
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
+ *:Darwin:*:*)
+ echo ${UNAME_MACHINE}-apple-darwin${UNAME_RELEASE}
+ exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2