Bug 1334127 - bump NSS version to 3.30 in old-configure.in, r=me

--HG--
extra : rebase_source : c6a01e2cd680a3184876cbda4dec377540b61c91
This commit is contained in:
Franziskus Kiefer 2017-01-26 16:36:34 +01:00
parent afed35b4bb
commit 2971191875

View File

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