$NetBSD: patch-aa,v 1.3 2008/09/05 04:34:46 bjs Exp $

--- configure.orig	2008-08-08 03:02:06.000000000 -0400
+++ configure
@@ -2251,6 +2251,9 @@ case "$host_os" in
    linux*)
       os="linux"
       ;;
+   netbsd*)
+      os="netbsd"
+      ;;
    freebsd*)
       os="freebsd"
       ;;
@@ -23967,7 +23970,7 @@ test -n "$DNET_CONFIG" || DNET_CONFIG="n
 
 		GUESTD_LDADD="$GUESTD_LDADD $DNET_LIBS"
 		VMWARE_USER_LDADD="$VMWARE_USER_LDADD $DNET_LIBS"
-		if test "$DNET_CONFIG" == dumbnet-config; then
+		if test "$DNET_CONFIG" = dumbnet-config; then
 
 cat >>confdefs.h <<\_ACEOF
 #define DNET_IS_DUMBNET 1
