summaryrefslogtreecommitdiffstats
path: root/toolkit/nss.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/nss.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/nss.configure')
-rw-r--r--toolkit/nss.configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/toolkit/nss.configure b/toolkit/nss.configure
deleted file mode 100644
index 0febafb34..000000000
--- a/toolkit/nss.configure
+++ /dev/null
@@ -1,16 +0,0 @@
-# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
-# vim: set filetype=python:
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-
-# DBM support in NSS
-# ==============================================================
-@depends(build_project, '--help')
-def dbm_default(build_project, _):
- return True
-
-option('--enable-dbm', default=dbm_default, help='Enable building DBM')
-
-set_config('NSS_DISABLE_DBM', depends('--enable-dbm')(lambda x: not x))