Bug 1427505: Move `MOZ_SUITE` to `moz.configure`; r=frg
MozReview-Commit-ID: c3vIfmN34u --HG-- extra : rebase_source : abd601824ba9271065ad84ff057275086917643d extra : histedit_source : 10a1619f0af6f62a9d3bbf894cc3b99c08741c5a
This commit is contained in:
Родитель
20fd831851
Коммит
037e44335c
|
@ -5,8 +5,6 @@ dnl License, v. 2.0. If a copy of the MPL was not distributed with this
|
|||
dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
dnl Things we need to carry from confvars.sh
|
||||
AC_DEFINE(MOZ_SUITE)
|
||||
AC_SUBST(MOZ_SUITE)
|
||||
AC_SUBST(SEAMONKEY_VERSION)
|
||||
AC_SUBST(MOZ_BUNDLED_FONTS)
|
||||
AC_SUBST(MOZ_IRC)
|
||||
|
|
|
@ -9,7 +9,6 @@ MOZ_APP_BASENAME=SeaMonkey
|
|||
MOZ_APP_VENDOR=Mozilla
|
||||
MOZ_APP_NAME=seamonkey
|
||||
MOZ_APP_DISPLAYNAME=SeaMonkey
|
||||
MOZ_SUITE=1
|
||||
MOZ_BRANDING_DIRECTORY=$commreltopsrcdir/suite/branding/nightly
|
||||
MOZ_OFFICIAL_BRANDING_DIRECTORY=$commreltopsrcdir/suite/branding/nightly
|
||||
MOZ_UPDATER=1
|
||||
|
|
|
@ -4,6 +4,9 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
set_config('MOZ_SUITE', True)
|
||||
set_define('MOZ_SUITE', True)
|
||||
|
||||
set_define('MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES', True)
|
||||
|
||||
imply_option('MOZ_PLACES', True)
|
||||
|
|
Загрузка…
Ссылка в новой задаче