From 9fe4b02ada3c28d3718251bac3096db31e82c36e Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Fri, 20 Mar 2015 13:35:06 +0100 Subject: [PATCH] Bug 1137470, bump configure.in to require NSS version 3.18, DONTBUILD --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e0a20b829396..bc36f5542995 100644 --- a/configure.in +++ b/configure.in @@ -3629,7 +3629,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.17.4, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.18, [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