summaryrefslogtreecommitdiffstats
path: root/build/moz.configure/nss.configure
diff options
context:
space:
mode:
Diffstat (limited to 'build/moz.configure/nss.configure')
-rw-r--r--build/moz.configure/nss.configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/moz.configure/nss.configure b/build/moz.configure/nss.configure
index 9e4802774a..2765a6502d 100644
--- a/build/moz.configure/nss.configure
+++ b/build/moz.configure/nss.configure
@@ -9,7 +9,7 @@ system_lib_option("--with-system-nss", help="Use system NSS")
imply_option("--with-system-nspr", True, when="--with-system-nss")
nss_pkg = pkg_check_modules(
- "NSS", "nss >= 3.98", when="--with-system-nss", config=False
+ "NSS", "nss >= 3.99", when="--with-system-nss", config=False
)
set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")