From 105283790e0f1ea144817583028c592ac84840a4 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 17 Mar 2020 12:40:10 +0100 Subject: [PATCH] Issue #1467 - Part 1b: Fix type and make moz.configure happy. --- build/moz.configure/old.configure | 1 + old-configure.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure index e48d67a47f..e4522f2bd8 100644 --- a/build/moz.configure/old.configure +++ b/build/moz.configure/old.configure @@ -204,6 +204,7 @@ def old_configure_options(*options): '--enable-negotiateauth', '--enable-nfc', '--enable-nspr-build', + '--enable-nss-sqlstore', '--enable-official-branding', '--enable-official-vendor', '--enable-oom-breakpoint', diff --git a/old-configure.in b/old-configure.in index df00cd28fd..68ca4545cb 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2730,7 +2730,7 @@ dnl ========================================================= dnl = NSS SQL storage format dnl ========================================================= MOZ_ARG_ENABLE_BOOL(nss-sqlstore, -[ --enable-nss-sqlstore Enable the us of SQL storage for NSS], +[ --enable-nss-sqlstore Enable the use of SQL storage for NSS], NSS_SQLSTORE=1, NSS_SQLSTORE=)