summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2017-04-17 15:30:03 +0200
committerPale Moon <git-repo@palemoon.org>2017-04-17 15:30:03 +0200
commitf4fb488471eb4a4689531d2ae698c45a8839d8d2 (patch)
tree860f2715a49b205e9db3268fce5f2591a4e13413 /configure.in
parent670d76c040acaa0c99e740e4d687ce0c4d4c6493 (diff)
downloadpalemoon-gre-f4fb488471eb4a4689531d2ae698c45a8839d8d2.tar.gz
Upgrade NSS to 3.28.4-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 be0117a61..4153fc9c4 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.3, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+ 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])])
fi
if test -n "$MOZ_NATIVE_NSS"; then