From 1d778bfaee68e2a9a12dfe46a6fc1b54d19209e8 Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Mon, 13 Jun 2016 17:31:47 +0200 Subject: [PATCH] Bug 1277255, bump configure to require NSS 3.25, r=franziskus --- old-configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-configure.in b/old-configure.in index ec8c7ed20136..c5a07c7f593c 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2466,7 +2466,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.23, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.25, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) fi if test -n "$MOZ_SYSTEM_NSS"; then