Revert "Update build system files for NSS 3.35"

This reverts commit a910f57af64271e391c1fb33cbdd97da1ddfe2d6.
This commit is contained in:
wolfbeast 2018-04-25 21:33:09 +02:00 • committed by Roy Tam
commit 5f958910dd
2 changed files with 1 additions and 9 deletions

View file

@ -2114,7 +2114,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.28.6, [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