summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-06-03 12:02:40 +0200
committerPale Moon <git-repo@palemoon.org>2017-06-03 12:02:40 +0200
commit4653edaad10c9f0fa167f8a9afd693409339422a (patch)
treee13703f7c229f62f91a37949b51e3706128f6d0c /configure.in
parent430b5a963caffbc22efe9382bf8f051f00ea051c (diff)
downloadpalemoon-gre-4653edaad10c9f0fa167f8a9afd693409339422a.tar.gz
Update NSS to 3.28.5.1-PM
This resolves #1134.
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 4153fc9c4..a1edaf175 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.4, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+ 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])])
fi
if test -n "$MOZ_NATIVE_NSS"; then