$NetBSD: patch-ag,v 1.1 2006/10/06 20:55:46 rillig Exp $

--- libsnet/configure.orig	2006-05-23 18:01:49.000000000 +0200
+++ libsnet/configure
@@ -2549,7 +2549,7 @@ fi;
 			break;
 		fi
 	done
-	if test x_$found_zlib == x_yes; then
+	if test x_$found_zlib = x_yes; then
 		if test "$dir" != "/usr"; then
 			CPPFLAGS="$CPPFLAGS -I$zlibdir/include";
 	    fi
@@ -2828,7 +2828,7 @@ fi;
 		break
 	    fi
 	done
-	if test x_$found_sasl == x_yes; then
+	if test x_$found_sasl = x_yes; then
 	    cat >>confdefs.h <<\_ACEOF
 #define HAVE_LIBSASL 1
 _ACEOF
