mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Add "Mac OS" support
This commit is contained in:
parent
11962a233f
commit
4d455105aa
1 changed files with 1 additions and 1 deletions
2
build/config.guess
vendored
2
build/config.guess
vendored
|
|
@ -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]*:*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue