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=)