Skip to content

Commit

Permalink
Merge pull request zeromq#1375 from natano/configure_bitrig
Browse files Browse the repository at this point in the history
Add Bitrig to OS detection in configure.ac.
  • Loading branch information
c-rack committed Apr 18, 2015
2 parents 04a9d58 + 8957ad5 commit 9a4c4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 9a4c4da

Please sign in to comment.