$NetBSD: patch-ab,v 1.2 2009/10/30 19:32:11 tnn Exp $

--- configure.orig	2009-09-12 22:09:00.000000000 +0200
+++ configure
@@ -23233,7 +23233,7 @@ else
 fi
 
 
-if test "z$shrext" == "z" ; then
+if test "z$shrext" = "z" ; then
     shrext=$shrext_cmds
 fi
 
@@ -24720,7 +24720,7 @@ fi
 
 
 
-if test "z$XMLSEC_NO_OPENSSL" == "z1"; then
+if test "z$XMLSEC_NO_OPENSSL" = "z1"; then
   XMLSEC_NO_OPENSSL_TRUE=
   XMLSEC_NO_OPENSSL_FALSE='#'
 else
