From ae1c51d49d5d2a20f2e3e18ac47e1b64ea285f21 Mon Sep 17 00:00:00 2001 From: Honza Bambas Date: Tue, 12 Mar 2013 22:58:31 +0100 Subject: [PATCH] Bug 839141 - Change configure.in to require system NSS 3.14.3, r=bsmith --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c093ef05cacc..9f436f16870c 100644 --- a/configure.in +++ b/configure.in @@ -3959,7 +3959,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.14.2, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.14.3, [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