summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-02-23 11:05:20 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-06-05 22:24:37 +0200
commit3545238cc6bc0e73ec5b03ca9dd94bf216c93a26 (patch)
tree9b06788bac84d7cf9313fa4b562a8e54a2042b65 /old-configure.in
parente10349ab8dda8a3f11be6aa19f2b6e29fe814044 (diff)
downloadUXP-3545238cc6bc0e73ec5b03ca9dd94bf216c93a26.tar
UXP-3545238cc6bc0e73ec5b03ca9dd94bf216c93a26.tar.gz
UXP-3545238cc6bc0e73ec5b03ca9dd94bf216c93a26.tar.lz
UXP-3545238cc6bc0e73ec5b03ca9dd94bf216c93a26.tar.xz
UXP-3545238cc6bc0e73ec5b03ca9dd94bf216c93a26.zip
Update build system files for NSS 3.35
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in
index 120abdf8a..3889104a6 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2044,7 +2044,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
- AM_PATH_NSS(3.28.6, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+ AM_PATH_NSS(3.35, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi
if test -z "$MOZ_SYSTEM_NSS"; then