mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
Issue #1258 - Part 6: Add MOZ_MOVEMAIL to MOZ_MAILNEWS configure logic
This commit is contained in:
parent
8c31c0427a
commit
28473a58a2
1 changed files with 8 additions and 1 deletions
|
|
@ -2837,15 +2837,22 @@ MOZ_ARG_ENABLE_BOOL(mailnews,
|
|||
if test -n "$MOZ_MAILNEWS"; then
|
||||
MOZ_MORK=1
|
||||
MOZ_LDAP_XPCOM=1
|
||||
if test "$_WIN32_MSVC"; then
|
||||
|
||||
if test "$OS_ARCH" == "WINNT"; then
|
||||
MOZ_MAPI_SUPPORT=1
|
||||
else
|
||||
MOZ_MOVEMAIL=1
|
||||
HAVE_MOVEMAIL=1
|
||||
AC_DEFINE(HAVE_MOVEMAIL)
|
||||
fi
|
||||
|
||||
AC_DEFINE(MOZ_MAILNEWS)
|
||||
AC_DEFINE(MOZ_MORK)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_MAILNEWS)
|
||||
AC_SUBST(MOZ_MORK)
|
||||
AC_SUBST(MOZ_MOVEMAIL)
|
||||
|
||||
dnl =========================================================
|
||||
dnl = LDAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue