$NetBSD: patch-configure,v 1.1 2019/08/23 01:48:00 schmonz Exp $

Use portable shell string-equality test.

--- configure.orig	2019-08-23 01:18:52.000000000 +0000
+++ configure
@@ -7424,7 +7424,7 @@ $as_echo "no" >&6; }
 fi
 
 
-if test x"$SED_CHECK" == x"yes" ; then
+if test x"$SED_CHECK" = x"yes" ; then
   # Extract the first word of "tr", so it can be a program name with args.
 set dummy tr; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -7463,7 +7463,7 @@ $as_echo "no" >&6; }
 fi
 
 
-  if test x"$TR_CHECK" == x"yes" ; then
+  if test x"$TR_CHECK" = x"yes" ; then
     HAS_SEDTR=yes
   fi
 fi
