summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2018-03-04 20:14:40 +0100
committerPale Moon <git-repo@palemoon.org>2018-03-04 20:14:40 +0100
commit10cee8e1220072de75e2be3aac8dea511f8e2c53 (patch)
tree7671b59a5bafed15360b480720d79be13859caec /configure.in
parentb8e2706964c14b67b66e131eecaf9a37857a3fbf (diff)
downloadpalemoon-gre-10cee8e1220072de75e2be3aac8dea511f8e2c53.tar.gz
Revert "Update build system for changed NSS (version/symbols)"
This reverts commit e2794cd9a2c3762e9776d89d6f33dbf369915635.
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 24eb33886..3073c0189 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.35, [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