From 38a863b591b69e9294a4d20240cc2a8ab4764bf6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Tue, 3 Oct 2000 02:36:45 +0000 Subject: [PATCH] Add MacOS 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]*:*) -- GitLab