summaryrefslogtreecommitdiffstats
path: root/toolkit/moz.configure
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-02-28 16:21:05 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-02-28 16:21:05 -0500
commitf0abf6273cf7685129dbd5cd2c639f49d0a424f8 (patch)
tree781f6abf91bcd6b626553c2f31b1278540bbeb8b /toolkit/moz.configure
parent76bacde2ae2a5247585634a0b293e3d5f614bc45 (diff)
downloadUXP-f0abf6273cf7685129dbd5cd2c639f49d0a424f8.tar
UXP-f0abf6273cf7685129dbd5cd2c639f49d0a424f8.tar.gz
UXP-f0abf6273cf7685129dbd5cd2c639f49d0a424f8.tar.lz
UXP-f0abf6273cf7685129dbd5cd2c639f49d0a424f8.tar.xz
UXP-f0abf6273cf7685129dbd5cd2c639f49d0a424f8.zip
Issue #251 - Move --disable-dbm to ac configure
Also Tag #1467
Diffstat (limited to 'toolkit/moz.configure')
-rw-r--r--toolkit/moz.configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/moz.configure b/toolkit/moz.configure
index ca7f91e6e..128402257 100644
--- a/toolkit/moz.configure
+++ b/toolkit/moz.configure
@@ -559,8 +559,6 @@ option('--enable-ipdl-tests', help='Enable expensive IPDL tests')
set_config('MOZ_IPDL_TESTS',
depends_if('--enable-ipdl-tests')(lambda _: True))
-include('nss.configure')
-
# Network protocol support
# ==============================================================
@depends(check_build_environment, '--help')