$NetBSD: patch-configure,v 1.2 2023/08/06 17:46:47 otis Exp $ Fix bash-ism. --- configure.orig 2023-07-31 11:56:12.067144813 +0000 +++ configure @@ -9568,7 +9568,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; } @@ -16049,7 +16049,7 @@ printf "%s\n" "$as_me: WARNING: proceedi if test "x$enable_static" = "xyes"; then LIBPCRE_LIBS=" $LIBPCRE_LIBS -lpthread" elif test "x$enable_static_libs" = "xyes"; then - if test "x$static_linking_support" == "xno"; then + if test "x$static_linking_support" = "xno"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5 printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;} @@ -16472,7 +16472,7 @@ printf "%s\n" "$as_me: WARNING: proceedi if test "x$enable_static" = "xyes"; then LIBPCRE2_LIBS=" $LIBPCRE2_LIBS -lpthread" elif test "x$enable_static_libs" = "xyes"; then - if test "x$static_linking_support" == "xno"; then + if test "x$static_linking_support" = "xno"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5 printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;} @@ -16903,7 +16903,7 @@ printf "%s\n" "$as_me: WARNING: proceedi if test "x$enable_static" = "xyes"; then LIBPCRE_LIBS=" $LIBPCRE_LIBS -lpthread" elif test "x$enable_static_libs" = "xyes"; then - if test "x$static_linking_support" == "xno"; then + if test "x$static_linking_support" = "xno"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5 printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;} @@ -17331,7 +17331,7 @@ printf "%s\n" "$as_me: WARNING: proceedi if test "x$enable_static" = "xyes"; then LIBPCRE_LIBS=" $LIBPCRE_LIBS -lpthread" elif test "x$enable_static_libs" = "xyes"; then - if test "x$static_linking_support" == "xno"; then + if test "x$static_linking_support" = "xno"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5 printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;} @@ -17772,7 +17772,7 @@ printf "%s\n" "$as_me: WARNING: proceedi if test "x$enable_static" = "xyes"; then LIBPCRE2_LIBS=" $LIBPCRE2_LIBS -lpthread" elif test "x$enable_static_libs" = "xyes"; then - if test "x$static_linking_support" == "xno"; then + if test "x$static_linking_support" = "xno"; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: compiler has no direct suppor for static linkage" >&5 printf "%s\n" "$as_me: WARNING: compiler has no direct suppor for static linkage" >&2;}