mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
add Haiku support
* link against libnetwork.so for network functions.
This commit is contained in:
parent
aafdeb7687
commit
23f89f4671
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user