$NetBSD: patch-ac,v 1.2 2007/09/03 13:36:30 obache Exp $

--- sigsegv/configure.orig	2007-05-12 10:11:26.000000000 +0000
+++ sigsegv/configure
@@ -9581,7 +9581,7 @@ done
 
 
 case "$host_os" in
-  sunos4* | freebsd* | openbsd* | netbsd*)
+  sunos4* | freebsd* | openbsd* | netbsd* | dragonfly*)
     CFG_SIGNALS=signals-bsd.h ;;
   hpux*)
     CFG_SIGNALS=signals-hpux.h ;;
@@ -13464,7 +13464,7 @@ if test -z "$CFG_FAULT" && test "$sv_cv_
 fi
 if test -z "$CFG_FAULT" && test "$sv_cv_fault_bsd" = yes; then
   case "$host_os" in
-    freebsd*)
+    freebsd* | dragonfly*)
       case "$host_cpu" in
         i?86 | x86_64)
           CFG_FAULT=fault-freebsd-i386.h
@@ -13942,7 +13942,7 @@ if test $sv_cv_procfsvma = yes; then
 else
   case "$host_os" in
     linux*) CFG_STACKVMA=stackvma-linux.c ;;
-    freebsd*) CFG_STACKVMA=stackvma-freebsd.c ;;
+    freebsd*|dragonfly*) CFG_STACKVMA=stackvma-freebsd.c ;;
     beos*) CFG_STACKVMA=stackvma-beos.c ;;
     macos* | darwin*) CFG_STACKVMA=stackvma-mach.c ;;
   esac
