summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Kuzma <bartosz.kuzma@gmail.com>2012-06-27 21:33:11 +0200
committerCharlie Root <root@freebsddevel.fritz.box>2012-06-27 21:33:11 +0200
commit0253f5ea381d1ff5da162359e16ec7c010fc18a3 (patch)
treed6e55840cb2db0a59551a6543e9f841c07dfa395
parent6ce405a13e6d4722c33cd6dcce618ee3853df6a9 (diff)
downloadrsyslog-0253f5ea381d1ff5da162359e16ec7c010fc18a3.tar.gz
rsyslog-0253f5ea381d1ff5da162359e16ec7c010fc18a3.tar.xz
rsyslog-0253f5ea381d1ff5da162359e16ec7c010fc18a3.zip
Added dragonfly to configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7d1d98b0..6be773a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ case "${host}" in
*-*-linux*)
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"
;;