$NetBSD: patch-configure,v 1.11 2023/11/15 10:35:26 wiz Exp $ Fix unportable test(1) operator. --- configure.orig 2023-11-14 12:01:30.000000000 +0000 +++ configure @@ -19535,7 +19535,7 @@ CFLAGS="$CFLAGS -maltivec -mvsx -mcrypto if test "$gcry_cv_cc_ppc_altivec" = "no" && test "$mpi_cpu_arch" = "ppc" && - test "$try_asm_modules" == "yes" ; then + test "$try_asm_modules" = "yes" ; then { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether compiler supports PowerPC AltiVec/VSX/crypto intrinsics with extra GCC flags" >&5 printf %s "checking whether compiler supports PowerPC AltiVec/VSX/crypto intrinsics with extra GCC flags... " >&6; } if test ${gcry_cv_cc_ppc_altivec_cflags+y}