diff options
-rw-r--r-- | configure.ac | 2 |
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" |