mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 414374 Make debug mailnews builds nonstatic by default r=luser^H^H^H^H^Hted sr=bienvenu a=damons
This commit is contained in:
parent
cfa38bc727
commit
49f87a5be7
29
configure.in
29
configure.in
@ -4707,20 +4707,6 @@ MOZ_ARG_DISABLE_BOOL(mailnews,
|
||||
MOZ_MAIL_NEWS=1 )
|
||||
AC_SUBST(MOZ_MAIL_NEWS)
|
||||
|
||||
dnl ========================================================
|
||||
dnl static mail build off by default
|
||||
dnl ========================================================
|
||||
MOZ_ARG_ENABLE_BOOL(static-mail,
|
||||
[ --enable-static-mail Enable static mail build support],
|
||||
MOZ_STATIC_MAIL_BUILD=1,
|
||||
MOZ_STATIC_MAIL_BUILD= )
|
||||
|
||||
if test "$MOZ_STATIC_MAIL_BUILD"; then
|
||||
AC_DEFINE(MOZ_STATIC_MAIL_BUILD)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_STATIC_MAIL_BUILD)
|
||||
|
||||
dnl =========================================================
|
||||
dnl = LDAP
|
||||
dnl =========================================================
|
||||
@ -6790,6 +6776,21 @@ fi
|
||||
|
||||
fi
|
||||
|
||||
dnl Disable static mail in debug builds, but not with libxul sdk.
|
||||
if test -n "$MOZ_DEBUG" -a -z "$LIBXUL_SDK"; then
|
||||
MOZ_STATIC_MAIL_BUILD=
|
||||
fi
|
||||
MOZ_ARG_ENABLE_BOOL(static-mail,
|
||||
[ --enable-static-mail Enable static mail build support],
|
||||
MOZ_STATIC_MAIL_BUILD=1,
|
||||
MOZ_STATIC_MAIL_BUILD= )
|
||||
|
||||
if test "$MOZ_STATIC_MAIL_BUILD"; then
|
||||
AC_DEFINE(MOZ_STATIC_MAIL_BUILD)
|
||||
fi
|
||||
|
||||
AC_SUBST(MOZ_STATIC_MAIL_BUILD)
|
||||
|
||||
dnl ========================================================
|
||||
dnl =
|
||||
dnl = Standalone module options
|
||||
|
Loading…
Reference in New Issue
Block a user