mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 306355 - Put default config information in configure, not in mail/config/mozconfig - r=mscott
This commit is contained in:
parent
d6566fc090
commit
14b83c3b76
@ -4078,6 +4078,14 @@ mail)
|
||||
MOZ_APP_DISPLAYNAME=Thunderbird
|
||||
MOZ_XUL_APP=1
|
||||
MOZ_THUNDERBIRD=1
|
||||
MOZ_MATHML=
|
||||
MOZ_NO_ACTIVEX_SUPPORT=1
|
||||
MOZ_ACTIVEX_SCRIPTING_SUPPORT=
|
||||
ENABLE_TESTS=
|
||||
MOZ_OJI=
|
||||
NECKO_DISK_CACHE=
|
||||
NECKO_PROTOCOLS="http,file,jar,viewsource,res,data"
|
||||
MOZ_IMG_DECODERS_DEFAULT=`echo "$MOZ_IMG_DECODERS_DEFAULT" | sed "s/ xbm//"`
|
||||
MOZ_MAIL_NEWS=1
|
||||
MOZ_LDAP_XPCOM=1
|
||||
MOZ_STATIC_MAIL_BUILD=1
|
||||
|
@ -1,16 +1,6 @@
|
||||
|
||||
# This file specifies the build flags for Thunderbird. You can use it by adding:
|
||||
# . $topsrcdir/mail/config/mozconfig
|
||||
# to the top of your mozconfig file.
|
||||
|
||||
mk_add_options MOZ_CO_PROJECT=mail
|
||||
ac_add_options --enable-application=mail
|
||||
|
||||
ac_add_options --disable-mathml
|
||||
ac_add_options --disable-activex
|
||||
ac_add_options --disable-activex-scripting
|
||||
ac_add_options --disable-tests
|
||||
ac_add_options --disable-oji
|
||||
ac_add_options --disable-necko-disk-cache
|
||||
ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data
|
||||
ac_add_options --enable-image-decoders=default,-xbm
|
||||
|
Loading…
Reference in New Issue
Block a user