Commit ef39b8fd authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Contrib: add HAVE_MACOSX (untested)

parent 538e73e8
...@@ -127,6 +127,9 @@ add_make_enabled() ...@@ -127,6 +127,9 @@ add_make_enabled()
# #
OS="${HOST#*-}" # strip architecture OS="${HOST#*-}" # strip architecture
case "${OS}" in case "${OS}" in
apple-darwin*)
add_make_enabled "HAVE_MACOSX" "HAVE_DARWIN_OS" "HAVE_BSD"
;;
*darwin*) *darwin*)
add_make_enabled "HAVE_DARWIN_OS" "HAVE_BSD" add_make_enabled "HAVE_DARWIN_OS" "HAVE_BSD"
;; ;;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment