summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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 b9174eb..afc43c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -175,7 +175,7 @@ case ${target_os} in
AC_DEFINE_UNQUOTED(SYS_SUNOS, "1", [operating system])
;;
- *bsd*)
+ *bsd*|dragonfly*)
AC_DEFINE_UNQUOTED(SYS_BSD, "1", [operating system])
;;