diff options
author | Pale Moon <git-repo@palemoon.org> | 2016-11-17 00:28:50 +0100 |
---|---|---|
committer | Pale Moon <git-repo@palemoon.org> | 2016-11-17 00:28:50 +0100 |
commit | 792b4cf675acf577002921155b29059e2bda4235 (patch) | |
tree | c0af7bedbef815c5444e45cf52f36fc97a144bdc /configure.in | |
parent | afaa122df5a839ccf1e5c6cd8f6ce548c35fc741 (diff) | |
download | palemoon-gre-792b4cf675acf577002921155b29059e2bda4235.tar.gz |
Update in-tree NSS to 3.19.5-PM
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 43fd57b65..ab781bf7a 100644 --- a/configure.in +++ b/configure.in @@ -3560,7 +3560,7 @@ MOZ_ARG_WITH_BOOL(system-nss, if test -n "$_USE_SYSTEM_NSS"; then dnl NSS capabilities are out of sync with upstream (Camellia-GCM). Don't allow. AC_MSG_ERROR([Using a system-provided NSS library is currently not supported.]) - AM_PATH_NSS(3.19.4.2, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.19.5, [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 |