summaryrefslogtreecommitdiff
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
commit6faa03e95c39ecf902d3cfd6e5b3dd4ec8db8d2f (patch)
tree9b06788bac84d7cf9313fa4b562a8e54a2042b65 /old-configure.in
parentc76ba84283496bc903d6b5624a65df0d33b17846 (diff)
downloaduxp-6faa03e95c39ecf902d3cfd6e5b3dd4ec8db8d2f.tar.gz
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 120abdf8a3..3889104a67 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