Merge pull request #1375 from natano/configure_bitrig

Add Bitrig to OS detection in configure.ac.
This commit is contained in:
Constantin Rack 2015-04-18 08:48:50 +02:00
commit 9a4c4da265

View File

@ -225,7 +225,7 @@ case "${host_os}" in
AC_DEFINE(ZMQ_FORCE_MUTEXES, 1, [Force to use mutexes]) AC_DEFINE(ZMQ_FORCE_MUTEXES, 1, [Force to use mutexes])
fi fi
;; ;;
*openbsd*) *openbsd*|*bitrig*)
# Define on OpenBSD to enable all library features # Define on OpenBSD to enable all library features
CPPFLAGS="-D_BSD_SOURCE $CPPFLAGS" CPPFLAGS="-D_BSD_SOURCE $CPPFLAGS"
AC_DEFINE(ZMQ_HAVE_OPENBSD, 1, [Have OpenBSD OS]) AC_DEFINE(ZMQ_HAVE_OPENBSD, 1, [Have OpenBSD OS])