summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-12-01 14:32:01 +0000
committerMoonchild <moonchild@palemoon.org>2021-12-01 14:32:01 +0000
commitf74bab85629f7e4fcde8a92db55bb553f7c44038 (patch)
treeee131f2489623a2f38a446dbe84590cb0d6dc26f /old-configure.in
parent1cfb252ae7e8c208d9ed58f13db72e3cb51a60d7 (diff)
downloadaura-central-f74bab85629f7e4fcde8a92db55bb553f7c44038.tar.gz
Issue %3026 - Part 1: Remove NSS_DISABLE_DBM
This hard-sets it to disabled in the NSS config.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/old-configure.in b/old-configure.in
index bd54143ce..ec8af4f86 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -1921,7 +1921,6 @@ MOZ_SECURITY_SQLSTORE=
MOZ_SERVICES_HEALTHREPORT=1
MOZ_SERVICES_SYNC=1
MOZ_USERINFO=1
-NSS_DISABLE_DBM=
MOZ_MAILNEWS=
MOZ_MAILNEWS_OAUTH2=
MOZ_LDAP_XPCOM=
@@ -2371,22 +2370,6 @@ if test "${MOZ_WIDGET_TOOLKIT}" = "linuxgl" -a "$ACCESSIBILITY" != "1"; then
fi
dnl =========================================================
-dnl = NSS DBM (BerkeleyDB) Support
-dnl = NOTE: Because we don't expressly control the name of
-dnl = this var --disable-dbm means NSS_DISABLE_DBM=1
-dnl =========================================================
-MOZ_ARG_DISABLE_BOOL(dbm,
-[ --disable-dbm Disable DBM support in nss],
- NSS_DISABLE_DBM=1,
- NSS_DISABLE_DBM=)
-
-if test -n "$NSS_DISABLE_DBM"; then
- AC_DEFINE(NSS_DISABLE_DBM)
-fi
-
-AC_SUBST(NSS_DISABLE_DBM)
-
-dnl =========================================================
dnl = NSS SQL storage format
dnl =========================================================
MOZ_ARG_ENABLE_BOOL(security-sqlstore,
@@ -2394,10 +2377,6 @@ MOZ_ARG_ENABLE_BOOL(security-sqlstore,
MOZ_SECURITY_SQLSTORE=1,
MOZ_SECURITY_SQLSTORE=)
-if test -n "$NSS_DISABLE_DBM" -a -z "$MOZ_SECURITY_SQLSTORE"; then
- AC_MSG_ERROR([DBM storage support is required if not using NSS SQL storage])
-fi
-
if test -n "$MOZ_SECURITY_SQLSTORE"; then
AC_DEFINE(MOZ_SECURITY_SQLSTORE)
fi