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 | 3d65b0c4bd328e45aa2400e30682b1ec1b44b48f (patch) | |
tree | 653cc359d72e16686e84bc5099299a322b99ac33 /old-configure.in | |
parent | 769bd4d869a023f0f04c7d753ceaf83d98804b32 (diff) | |
download | uxp-3d65b0c4bd328e45aa2400e30682b1ec1b44b48f.tar.gz |
Issue mcp-graveyard/UXP#1467 - Part 1b: Fix type and make moz.configure happy.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in index 6c0b80d7b5..1a2c324866 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=) |