mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Fix bashism in old-configure.in
This commit is contained in:
parent
290489edda
commit
6627f8e932
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue