Unverified Commit e10b3506 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2827 from korli/haiku

add Haiku support
parents aafdeb76 23f89f46
......@@ -230,6 +230,10 @@ case "${host_os}" in
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-Wno-uninitialized])
AC_LANG_POP([C++])
;;
*haiku*)
AC_DEFINE(ZMQ_HAVE_HAIKU, 1, [Have Haiku OS])
AC_CHECK_LIB(network, socket)
;;
*netbsd*)
# Define on NetBSD to enable all library features
CPPFLAGS="-D_NETBSD_SOURCE $CPPFLAGS"
......
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