Bug 1432177 - bump NSS version in old-configure.in

--HG--
extra : rebase_source : b206a2ce5351c46419807a8167a07b5311cb3647
This commit is contained in:
Franziskus Kiefer 2018-01-23 11:52:03 +01:00
parent cdd881cf58
commit 28c48ed8b7

View File

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