summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2012-06-28 12:52:04 +0200
committerAndre Lorbach <alorbach@adiscon.com>2012-06-28 12:59:04 +0200
commit6a6ac6e3d490056c20e8f2150b3569bf289353ec (patch)
treebd733594534bce6ed0dc5835d6d7704b6ded10e2 /configure.ac
parentbfdca9ea1835492bec363a36014f6c43bb1e8a56 (diff)
parent2643d00e3b40793d8b0e299e77daa1a881066464 (diff)
downloadrsyslog-6a6ac6e3d490056c20e8f2150b3569bf289353ec.tar.gz
rsyslog-6a6ac6e3d490056c20e8f2150b3569bf289353ec.tar.xz
rsyslog-6a6ac6e3d490056c20e8f2150b3569bf289353ec.zip
Merge branch 'beta'
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 589b1715..80c086f4 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"
;;