summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-10 10:45:11 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-10 10:45:11 -0500
commit05909d49b86e40faf18060fa513e9788c4fa99c1 (patch)
tree19750570928118ef98b9472cb08d840a05a236c7 /build
parentdeea787c2efbb9c89caec8d9efc023ffafe75613 (diff)
downloadUXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar
UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar.gz
UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar.lz
UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.tar.xz
UXP-05909d49b86e40faf18060fa513e9788c4fa99c1.zip
Hook up the Tycho Add-on Manager to the build system
Diffstat (limited to 'build')
-rw-r--r--build/moz.configure/old.configure3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index 581fa9c50..bf08a9867 100644
--- a/build/moz.configure/old.configure
+++ b/build/moz.configure/old.configure
@@ -302,6 +302,9 @@ def old_configure_options(*options):
'--enable-mapi',
'--enable-calendar',
'--enable-incomplete-external-linkage',
+
+ # Below are configure flags used by Basilisk
+ '--disable-webextensions',
)
@imports(_from='__builtin__', _import='compile')
@imports(_from='__builtin__', _import='open')