Issue #1467 - Part 1b: Fix type and make moz.configure happy.

This commit is contained in:
wolfbeast 2020-03-17 12:40:10 +01:00 • committed by Roy Tam
commit 105283790e
2 changed files with 2 additions and 1 deletions

View file

@ -204,6 +204,7 @@ def old_configure_options(*options):
'--enable-negotiateauth', '--enable-negotiateauth',
'--enable-nfc', '--enable-nfc',
'--enable-nspr-build', '--enable-nspr-build',
'--enable-nss-sqlstore',
'--enable-official-branding', '--enable-official-branding',
'--enable-official-vendor', '--enable-official-vendor',
'--enable-oom-breakpoint', '--enable-oom-breakpoint',

View file

@ -2730,7 +2730,7 @@ dnl =========================================================
dnl = NSS SQL storage format dnl = NSS SQL storage format
dnl ========================================================= dnl =========================================================
MOZ_ARG_ENABLE_BOOL(nss-sqlstore, 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=1,
NSS_SQLSTORE=) NSS_SQLSTORE=)