summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2012-06-28 12:51:19 +0200
committerAndre Lorbach <alorbach@adiscon.com>2012-06-28 13:01:07 +0200
commit7958e4f43da9ba157d091ba588a61a18efa79f0a (patch)
tree36503fde04c953b6da0234f5ab9418adacdc6ff0
parent6812fceef4f955610e6075c798f729e7a0617b24 (diff)
parent0253f5ea381d1ff5da162359e16ec7c010fc18a3 (diff)
downloadrsyslog-7958e4f43da9ba157d091ba588a61a18efa79f0a.tar.gz
rsyslog-7958e4f43da9ba157d091ba588a61a18efa79f0a.tar.xz
rsyslog-7958e4f43da9ba157d091ba588a61a18efa79f0a.zip
Merge branch 'v6-stable' into beta
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 540c731b..3c068d0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,7 @@ case "${host}" in
AC_DEFINE([OS_LINUX], [1], [Indicator for a Linux OS])
os_type="linux"
;;
- *-*-*darwin*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
+ *-*-*darwin*|*-*-dragonfly*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
AC_DEFINE([OS_BSD], [1], [Indicator for a BSD OS])
os_type="bsd"
;;