summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-03-17 12:40:10 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:11:22 +0200
commit236d42599310ca6672503709815a0dda3771d414 (patch)
tree54777dc82d8da44ce66f83e1a8e820164925c2c7
parent899e14e94569ef668fdf10152d6c7296a6be4daa (diff)
downloadUXP-236d42599310ca6672503709815a0dda3771d414.tar
UXP-236d42599310ca6672503709815a0dda3771d414.tar.gz
UXP-236d42599310ca6672503709815a0dda3771d414.tar.lz
UXP-236d42599310ca6672503709815a0dda3771d414.tar.xz
UXP-236d42599310ca6672503709815a0dda3771d414.zip
Issue #1467 - Part 1b: Fix type and make moz.configure happy.
-rw-r--r--build/moz.configure/old.configure1
-rw-r--r--old-configure.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/build/moz.configure/old.configure b/build/moz.configure/old.configure
index 72c294706..cf224594a 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 6c0b80d7b..1a2c32486 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2721,7 +2721,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=)