summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-12-01 16:26:26 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-12-01 16:26:26 -0500
commite5e21699ca95369651670a302fde26dc6c19b4bd (patch)
tree7d6a445040cd9224adda20d1bc2991a3671a1b15 /build
parentf8e83e7e6dacb7fe00ccb52f62af634bc05dbdfc (diff)
downloadUXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.gz
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.lz
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.xz
UXP-e5e21699ca95369651670a302fde26dc6c19b4bd.zip
[PALEMOON] Complete making Sync optional at build time
Diffstat (limited to 'build')
-rw-r--r--build/moz.configure/old.configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index e6eaa8228..f112e6bdf 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -309,6 +309,10 @@ def old_configure_options(*options):
'--enable-calendar',
'--enable-incomplete-external-linkage',
+ # Below are configure flags used by Pale Moon
+ '--disable-browser-statusbar',
+ '--disable-sync',
+
# Below are configure flags used by Basilisk
'--disable-webextensions',
)