mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Add Bitrig to OS detection in configure.ac.
This commit is contained in:
@@ -225,7 +225,7 @@ case "${host_os}" in
|
||||
AC_DEFINE(ZMQ_FORCE_MUTEXES, 1, [Force to use mutexes])
|
||||
fi
|
||||
;;
|
||||
*openbsd*)
|
||||
*openbsd*|*bitrig*)
|
||||
# Define on OpenBSD to enable all library features
|
||||
CPPFLAGS="-D_BSD_SOURCE $CPPFLAGS"
|
||||
AC_DEFINE(ZMQ_HAVE_OPENBSD, 1, [Have OpenBSD OS])
|
||||
|
||||
Reference in New Issue
Block a user