summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharlie Root <root@freebsddevel.fritz.box>2012-06-28 12:51:19 +0200
committerCharlie Root <root@freebsddevel.fritz.box>2012-06-28 12:51:19 +0200
commit2643d00e3b40793d8b0e299e77daa1a881066464 (patch)
tree36503fde04c953b6da0234f5ab9418adacdc6ff0
parent6812fceef4f955610e6075c798f729e7a0617b24 (diff)
parent0253f5ea381d1ff5da162359e16ec7c010fc18a3 (diff)
downloadrsyslog-2643d00e3b40793d8b0e299e77daa1a881066464.tar.gz
rsyslog-2643d00e3b40793d8b0e299e77daa1a881066464.tar.xz
rsyslog-2643d00e3b40793d8b0e299e77daa1a881066464.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"
;;