Commit 23f89f46 authored by Jerome Duval's avatar Jerome Duval

add Haiku support

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