From 11eb7d04b8c5bc5a7f63760f50321565ed885cd6 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Tue, 14 Aug 2018 19:37:44 +0200 Subject: [PATCH] Enforce NSS 3.38 for people who still insist on using system NSS. --- old-configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-configure.in b/old-configure.in index bf6767ec98..f7fb5574fd 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2049,7 +2049,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.36.4, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.38, [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