summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-07-14 20:54:35 +0200
committerChristoph Brill <egore911@egore911.de>2008-07-14 20:54:35 +0200
commitc11ed754e5096fa164fab7fa3c7465920e3f47ec (patch)
tree35dc5fc4c510ea79db5f97119f44ff217b6e95c7 /configure.ac
parent2cdb4bb00b3e643abe24da83a006629435fb5c5e (diff)
Take other *BSDs into account, too.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a12c64e..8374f72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ case "${host}" in
BUILD_EVENTCOMM="yes"
BUILD_PSMCOMM="no"
;;
-*freebsd*)
+*freebsd* | *openbsd* | *netbsd* | *dragonfly*)
AC_MSG_RESULT([psmcomm])
BUILD_EVENTCOMM="no"
BUILD_PSMCOMM="yes"