Bug 1345368 - bump NSS version in old-configure, r=me

This commit is contained in:
Franziskus Kiefer 2017-03-08 09:21:46 +01:00
parent aa22632bd1
commit 70eeea1c7f

View File

@ -2005,7 +2005,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
AM_PATH_NSS(3.30, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
AM_PATH_NSS(3.31, [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