$NetBSD: patch-aa,v 1.10 2009/04/16 18:08:32 tnn Exp $

--- configure.orig	2009-04-16 19:45:18.000000000 +0200
+++ configure
@@ -21553,17 +21553,17 @@ fi
 
 mv librep.ebuild librep-$version.ebuild
 
-if test "$with_gmp" != "no" && test "$found_gmp" == "yes" ; then
+if test "$with_gmp" != "no" && test "$found_gmp" = "yes" ; then
 	with_gmp=yes
 else	with_gmp=no
 fi
 
-if test "$with_readline" != "no" && test "$found_readline" == "yes"; then
+if test "$with_readline" != "no" && test "$found_readline" = "yes"; then
 	with_readline=yes
 else	with_readline=no
 fi
 
-if test "$with_libffi" != "no" && test "$found_ffi" == "yes"; then
+if test "$with_libffi" != "no" && test "$found_ffi" = "yes"; then
 	with_ffi=yes
 else	with_ffi=no
 fi
