$NetBSD: patch-aa,v 1.8 2008/10/16 13:45:38 drochner Exp $

--- configure.orig	2008-09-21 00:18:31.000000000 +0200
+++ configure
@@ -17119,7 +17119,7 @@ fi
 
 	dbus_status=$DBUS_VERSION
 fi
- if test "$enable_dbus" == "yes"; then
+ if test "$enable_dbus" = "yes"; then
   WITH_DBUS_TRUE=
   WITH_DBUS_FALSE='#'
 else
@@ -18160,7 +18160,7 @@ if test "${enable_tests+set}" = set; the
 fi
 
 
-if test "$enable_tests" == "yes"; then
+if test "$enable_tests" = "yes"; then
 	echo "building tests and unit tests"
 
 cat >>confdefs.h <<_ACEOF
@@ -18173,7 +18173,7 @@ else
   	tests_status="no"
 fi
 
- if test "$enable_tests" == "yes"; then
+ if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else
@@ -18188,7 +18188,7 @@ if test "${enable_coverage+set}" = set; 
 fi
 
 
-if test "$enable_coverage" == "yes"; then
+if test "$enable_coverage" = "yes"; then
 	CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage"
 	LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage"
 fi
