$NetBSD: patch-configure,v 1.2 2023/10/01 09:02:37 otis Exp $

Fix bash-ism.

--- configure.orig	2023-09-25 07:49:07.000000000 +0000
+++ configure
@@ -9395,7 +9395,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext conftest.beam \
     conftest$ac_exeext conftest.$ac_ext
 
-            if test "$found_mysql_tls" == "yes"; then
+            if test "$found_mysql_tls" = "yes"; then
 
 	{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for TLS ciphersuites in MySQL library" >&5
 printf %s "checking for TLS ciphersuites in MySQL library... " >&6; }
