$NetBSD: patch-platform_old-configure.in,v 1.1 2024/07/26 09:57:46 wiz Exp $ Fix unportable test(1) operator. --- platform/old-configure.in.orig 2024-07-26 09:09:08.209589499 +0000 +++ platform/old-configure.in @@ -2619,7 +2619,7 @@ if test -n "$MOZ_MAILNEWS"; then MOZ_MORK=1 MOZ_LDAP_XPCOM=1 - if test "$OS_ARCH" == "WINNT"; then + if test "$OS_ARCH" = "WINNT"; then MOZ_MAPI_SUPPORT=1 else MOZ_MOVEMAIL=1