$NetBSD: patch-configure,v 1.2 2021/06/12 06:22:09 nia Exp $

Shell portability.

--- configure.orig	2021-05-02 00:25:04.000000000 +0000
+++ configure
@@ -23400,7 +23400,7 @@ fi
 
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 'make test' profile" >&5
 $as_echo_n "checking for 'make test' profile... " >&6; }
-if test "$host" == "$build" ; then
+if test "$host" = "$build" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
 else
