diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-17 12:40:10 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-17 12:40:10 +0100 |
commit | 6b3fbe9ef069d15e52bd44c72d59325d7873127c (patch) | |
tree | 653cc359d72e16686e84bc5099299a322b99ac33 | |
parent | 2a4827ea40d1e629318bcbb17ed07cc64a1431b5 (diff) | |
download | UXP-6b3fbe9ef069d15e52bd44c72d59325d7873127c.tar UXP-6b3fbe9ef069d15e52bd44c72d59325d7873127c.tar.gz UXP-6b3fbe9ef069d15e52bd44c72d59325d7873127c.tar.lz UXP-6b3fbe9ef069d15e52bd44c72d59325d7873127c.tar.xz UXP-6b3fbe9ef069d15e52bd44c72d59325d7873127c.zip |
Issue #1467 - Part 1b: Fix type and make moz.configure happy.
-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=) |