summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2018-02-23 00:48:26 +0100
committerPale Moon <git-repo@palemoon.org>2018-02-23 00:48:26 +0100
commite2794cd9a2c3762e9776d89d6f33dbf369915635 (patch)
treef385834bdfc60e3164307b1946de58eb4c2676ca /configure.in
parent819938451767532b76078028f8d09c698489aac7 (diff)
downloadpalemoon-gre-e2794cd9a2c3762e9776d89d6f33dbf369915635.tar.gz
Update build system for changed NSS (version/symbols)
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 3073c0189..24eb33886 100644
--- a/configure.in
+++ b/configure.in
@@ -3546,7 +3546,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
- 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])])
+ AM_PATH_NSS(3.35, [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