diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-12-01 16:26:26 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-12-01 16:26:26 -0500 |
commit | e5e21699ca95369651670a302fde26dc6c19b4bd (patch) | |
tree | 7d6a445040cd9224adda20d1bc2991a3671a1b15 /build | |
parent | f8e83e7e6dacb7fe00ccb52f62af634bc05dbdfc (diff) | |
download | uxp-e5e21699ca95369651670a302fde26dc6c19b4bd.tar.gz |
[PALEMOON] Complete making Sync optional at build time
Diffstat (limited to 'build')
-rw-r--r-- | build/moz.configure/old.configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index e6eaa8228a..f112e6bdf4 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', ) |