Bug 1082237 - Port |Bug 1077212 - Move MOZ_FOLD_LIBS to configure| to comm-central r=jcranmer f=florian a=me for CLOSED TREE
authorIan Neal <iann_cvs@blueyonder.co.uk>
Wed, 12 Nov 2014 00:28:20 +0000 (2014-11-12)
changeset 17062 8247ad3391660f6d784cb142d1a665129ebce14d
parent 17061 7d2996eda4fead92a851d06ef5c6f2c0422efc40
child 17063 a16e7da5b110c2bd874552d9dceaad90bfcc8036
push id10576
push useriann_cvs@blueyonder.co.uk
push dateWed, 12 Nov 2014 00:29:13 +0000 (2014-11-12)
treeherdercomm-central@8247ad339166 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersjcranmer, me
bugs1082237, 1077212
Bug 1082237 - Port |Bug 1077212 - Move MOZ_FOLD_LIBS to configure| to comm-central r=jcranmer f=florian a=me for CLOSED TREE
im/confvars.sh
mail/confvars.sh
suite/confvars.sh
--- a/im/confvars.sh
+++ b/im/confvars.sh
@@ -16,16 +16,13 @@ MOZ_MEDIA_NAVIGATOR=1
 
 MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt
 MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT`
 INSTANTBIRD_VERSION=$MOZ_APP_VERSION
 
 MOZ_BRANDING_DIRECTORY=im/branding/nightly
 MOZ_OFFICIAL_BRANDING_DIRECTORY=other-licenses/branding/instantbird
 MOZ_APP_ID={33cb9019-c295-46dd-be21-8c4936574bee}
-if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
-  MOZ_FOLD_LIBS=1
-fi
 # Enable generational GC on desktop.
 JSGC_GENERATIONAL=1
 if test "$OS_TARGET" = "WINNT"; then
   NSS_EXTRA_SYMBOLS_FILE=../../../../chat/nss-purple.def
 fi
--- a/mail/confvars.sh
+++ b/mail/confvars.sh
@@ -35,13 +35,10 @@ MOZ_BRANDING_DIRECTORY=mail/branding/nig
 MOZ_OFFICIAL_BRANDING_DIRECTORY=other-licenses/branding/thunderbird
 MOZ_APP_ID={3550f703-e582-4d05-9a08-453d09bdfdc6}
 # This should usually be the same as the value MAR_CHANNEL_ID.
 # If more than one ID is needed, then you should use a comma separated list
 # of values.
 ACCEPTED_MAR_CHANNEL_IDS=thunderbird-comm-central
 # The MAR_CHANNEL_ID must not contain the following 3 characters: ",\t "
 MAR_CHANNEL_ID=thunderbird-comm-central
-if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
-  MOZ_FOLD_LIBS=1
-fi
 # Enable generational GC on desktop.
 JSGC_GENERATIONAL=1
--- a/suite/confvars.sh
+++ b/suite/confvars.sh
@@ -37,13 +37,10 @@ MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_B
 MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT`
 SEAMONKEY_VERSION=$MOZ_APP_VERSION
 
 MOZ_UA_BUILDID=20100101
 
 MOZ_APP_ID={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
 MOZ_PROFILE_MIGRATOR=1
 MOZ_APP_STATIC_INI=1
-if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
-  MOZ_FOLD_LIBS=1
-fi
 # Enable generational GC on desktop.
 JSGC_GENERATIONAL=1