diff options
author | monty@donna.mysql.com <> | 2000-10-04 23:20:16 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-10-04 23:20:16 +0300 |
commit | b55de19ed2e26603858d51be232adfecf1c429f6 (patch) | |
tree | f355b0229e2ae229e8311da676b61658f1b0a052 /config.guess | |
parent | 9f7c4563f78f74999efd94768ec483d8c24c3761 (diff) | |
download | mariadb-git-b55de19ed2e26603858d51be232adfecf1c429f6.tar.gz |
Portability fixes
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index cd4de2b0090..eb88894019f 100755 --- a/config.guess +++ b/config.guess @@ -987,6 +987,9 @@ EOF *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} exit 0 ;; + *:Darwin:*:*) + echo `uname -p`-apple-darwin${UNAME_RELEASE} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |