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

This commit is contained in:
Franziskus Kiefer 2016-09-29 07:56:45 +02:00
parent ef0d953d9e
commit 8bfc030009

View File

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