$NetBSD: patch-config.threads.in,v 1.2 2012/04/05 00:39:34 taca Exp $ --- config.threads.in.orig 2012-03-22 19:20:00.000000000 +0000 +++ config.threads.in @@ -45,6 +45,8 @@ case $host in use_threads=false ;; *-freebsd*) use_threads=false ;; +*-dragonfly*) + use_threads=false ;; [*-bsdi[234]*]) # Thread signals do not work reliably on some versions of BSD/OS. use_threads=false ;;