From af0a52a3c6ef74759bf227ed7d8ff1bdc188f631 Mon Sep 17 00:00:00 2001 From: David Keeler Date: Thu, 11 Sep 2014 16:12:14 -0700 Subject: [PATCH] bug 1053565 - update minimum system NSS requirement in configure.in (it is now 3.17.1) r=glandium --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 96f84a3c91c..be8c3944371 100644 --- a/configure.in +++ b/configure.in @@ -3519,7 +3519,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.16.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.17.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