summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2020-03-17 12:40:10 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-03-17 12:40:10 +0100
commit6b3fbe9ef069d15e52bd44c72d59325d7873127c (patch)
tree653cc359d72e16686e84bc5099299a322b99ac33 /old-configure.in
parent2a4827ea40d1e629318bcbb17ed07cc64a1431b5 (diff)
downloadUXP-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.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in2
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=)