summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHasso Tepper <hasso@estpak.ee>2008-04-07 15:28:44 +0300
committerDaniel Stone <daniel@fooishbar.org>2008-04-07 15:28:44 +0300
commita3b63c43b960e3b37e1b303214e63c5155192a5d (patch)
tree2c83497f333198ee2241bfc5cabbb535007993da /configure.ac
parentec53d6ef2bdf0e7a087ffd45fe112290f2181656 (diff)
Add DragonFly BSD support
DragonFly behaves exactly like FreeBSD, so no problem here.
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 6163577..a5b9814 100644
--- a/configure.ac
+++ b/configure.ac
@@ -71,7 +71,7 @@ if test "x$GCC" = "xyes"; then
fi
case $host_os in
- *freebsd*)
+ *freebsd* | *dragonfly*)
freebsd=yes
;;
*linux*)