bug 1053565 - update minimum system NSS requirement in configure.in (it is now 3.17.1) r=glandium

This commit is contained in:
David Keeler 2014-09-11 16:12:14 -07:00
Родитель eafeda86f2
Коммит e6fff35ba9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3519,7 +3519,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
AM_PATH_NSS(3.16.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
AM_PATH_NSS(3.17.1, [MOZ_NATIVE_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi
if test -n "$MOZ_NATIVE_NSS"; then