summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-08-12 17:37:51 +0200
committerPale Moon <git-repo@palemoon.org>2017-08-12 17:37:51 +0200
commit2b1083bfd94b56a29f52176d707bb4d58c98be73 (patch)
tree1290aba2e1dff7fee3548127a62f105e7d4b7d81 /configure.in
parent2aa33cb3efd1ecbaca470305a4599c991a0b764e (diff)
downloadpalemoon-gre-2b1083bfd94b56a29f52176d707bb4d58c98be73.tar.gz
Update NSS to 3.31.1 RTM
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 65934634c..ee9803091 100644
--- a/configure.in
+++ b/configure.in
@@ -3534,7 +3534,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
- AM_PATH_NSS(3.28.5.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+ AM_PATH_NSS(3.31.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi
if test -n "$MOZ_NATIVE_NSS"; then