From 4d455105aaf6bd4d54d2d47f9abfdb631979632d Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 3 Oct 2000 00:58:54 +0000 Subject: [PATCH] Add "Mac OS" support --- build/config.guess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config.guess b/build/config.guess index 0ce538bb85..bcf60e66f3 100755 --- a/build/config.guess +++ b/build/config.guess @@ -1018,7 +1018,7 @@ EOF *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; - *:Darwin:*:*) + *:Darwin:*:* | *:"Mac OS":*:*) echo `uname -p`-apple-darwin${UNAME_RELEASE} exit 0 ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) -- 2.39.5