$NetBSD: patch-aa,v 1.12 2009/05/19 23:54:28 wiz Exp $

http://bugzilla.gnome.org/show_bug.cgi?id=583281

--- configure.orig	2009-04-12 14:33:21.000000000 +0000
+++ configure
@@ -17853,7 +17853,7 @@ _ACEOF
 
 fi
 
- if test "$enable_pgp" == "yes"; then
+ if test "$enable_pgp" = "yes"; then
   WITH_PGP_TRUE=
   WITH_PGP_FALSE='#'
 else
@@ -19016,7 +19016,7 @@ else
 $as_echo "yes" >&6; }
 	enable_pkcs11="yes"
 fi
-	if test "$enable_pkcs11" == "yes"; then
+	if test "$enable_pkcs11" = "yes"; then
 
 cat >>confdefs.h <<\_ACEOF
 #define WITH_PKCS11 1
@@ -19027,7 +19027,7 @@ _ACEOF
 	fi
 fi
 
- if test "$enable_pkcs11" == "yes"; then
+ if test "$enable_pkcs11" = "yes"; then
   WITH_PKCS11_TRUE=
   WITH_PKCS11_FALSE='#'
 else
@@ -19152,7 +19152,7 @@ _ACEOF
 
 fi
 
- if test "$enable_ssh" == "yes"; then
+ if test "$enable_ssh" = "yes"; then
   WITH_SSH_TRUE=
   WITH_SSH_FALSE='#'
 else
@@ -19209,7 +19209,7 @@ if test "$enable_tests" != "yes"; then
     enable_tests="no"
 fi
 
- if test "$enable_tests" == "yes"; then
+ if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else
