$NetBSD: patch-ab,v 1.2 2006/10/05 02:40:25 rillig Exp $

--- configure.orig	2006-03-08 03:23:22.000000000 +0100
+++ configure	2006-10-05 04:38:58.000000000 +0200
@@ -1806,6 +1806,18 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
     ;;
+    dragonfly* )
+
+cat >>confdefs.h <<\_ACEOF
+#define HOST_OS_DRAGONFLY 1
+_ACEOF
+
+
+cat >>confdefs.h <<\_ACEOF
+#define HOST_OS_NAME "DragonFly"
+_ACEOF
+
+    ;;
     linux* )
 
 cat >>confdefs.h <<\_ACEOF
@@ -15815,7 +15827,7 @@ echo "${ECHO_T}no" >&6
   done
 
 
-					if test "${enable_compiler_pipe}" == "yes" ; then
+					if test "${enable_compiler_pipe}" = "yes" ; then
 		for ac_flag in "-pipe"
   do
       ac_safe=`echo "$ac_flag" | sed 'y%./+- %__p__%'`
