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:
neil@parkwaycc.co.uk 2008-02-06 04:33:03 -08:00
parent cfa38bc727
commit 49f87a5be7

View File

@ -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