diff options
-rw-r--r-- | build/moz.configure/old.configure | 1 | ||||
-rw-r--r-- | old-configure.in | 2 |
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=) |