diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-17 12:40:10 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:11:22 +0200 |
commit | 236d42599310ca6672503709815a0dda3771d414 (patch) | |
tree | 54777dc82d8da44ce66f83e1a8e820164925c2c7 /old-configure.in | |
parent | 899e14e94569ef668fdf10152d6c7296a6be4daa (diff) | |
download | UXP-236d42599310ca6672503709815a0dda3771d414.tar UXP-236d42599310ca6672503709815a0dda3771d414.tar.gz UXP-236d42599310ca6672503709815a0dda3771d414.tar.lz UXP-236d42599310ca6672503709815a0dda3771d414.tar.xz UXP-236d42599310ca6672503709815a0dda3771d414.zip |
Issue #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 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=) |