$NetBSD: patch-ab,v 1.7 2007/04/11 21:48:02 drochner Exp $

--- configure.orig	2006-10-31 18:32:35.000000000 +0100
+++ configure
@@ -30737,7 +30737,7 @@ fi
 
 
 
-if test "$enable_ssh" == "yes"; then
+if test "$enable_ssh" = "yes"; then
   WITH_SSH_TRUE=
   WITH_SSH_FALSE='#'
 else
@@ -30797,7 +30797,7 @@ fi
 
 
 
-if test "$enable_tests" == "yes"; then
+if test "$enable_tests" = "yes"; then
   WITH_TESTS_TRUE=
   WITH_TESTS_FALSE='#'
 else
