Fix bashism in old-configure.in

This commit is contained in:
Nia Alarie 2024-09-13 12:12:47 +02:00 committed by roytam1
commit 6627f8e932

View file

@ -2656,7 +2656,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