summaryrefslogtreecommitdiffstats
path: root/browser
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2018-02-24 09:49:34 -0500
committerMatt A. Tobin <email@mattatobin.com>2018-02-24 09:49:34 -0500
commit7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349 (patch)
treef6aebd468bbcf37bf5656ff6217006e872ac5120 /browser
parentdc7ceccf8bc0950e4daa5f0e7736d4c204526fc0 (diff)
downloadUXP-7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349.tar
UXP-7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349.tar.gz
UXP-7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349.tar.lz
UXP-7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349.tar.xz
UXP-7a6e7ed0f5b0e908d61347ad9fa166ffeea1d349.zip
Developer Tools client should be a disable bool in ac configure
Diffstat (limited to 'browser')
-rwxr-xr-xbrowser/confvars.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/browser/confvars.sh b/browser/confvars.sh
index 0cccede38..288b842a6 100755
--- a/browser/confvars.sh
+++ b/browser/confvars.sh
@@ -56,14 +56,8 @@ MOZ_JSDOWNLOADS=1
MOZ_RUST_MP4PARSE=1
MOZ_RUST_URLPARSE=1
MOZ_WEBEXTENSIONS=1
+MOZ_DEVTOOLS=1
# Disable checking that add-ons are signed by the trusted root
MOZ_ADDON_SIGNING=0
MOZ_REQUIRE_SIGNING=0
-
-# Include the DevTools client, not just the server (which is the default)
-if test -n "$BASILISK_DISABLE_DEVTOOLS" ; then
-MOZ_DEVTOOLS=
-else
-MOZ_DEVTOOLS=1
-fi