summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-29 12:47:51 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-29 12:47:51 +0200
commit10430a189af0ecdbdad6c2542280f6d397ec4752 (patch)
tree61964ee8b24128aeffe5bb013aac215e65fc3862
parent99e4bbc0e4bbb6235ccdc7482bb1329880add9c1 (diff)
parent74bd9a196635c600cfa16660ec96e18afe86defd (diff)
downloadrsyslog-10430a189af0ecdbdad6c2542280f6d397ec4752.tar.gz
rsyslog-10430a189af0ecdbdad6c2542280f6d397ec4752.tar.xz
rsyslog-10430a189af0ecdbdad6c2542280f6d397ec4752.zip
Merge branch 'beta' of git+ssh://git.adiscon.com/git/rsyslog 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"
;;