Bug 839141 - Change configure.in to require system NSS 3.14.3, r=bsmith

This commit is contained in:
Honza Bambas 2013-03-12 22:58:31 +01:00
Родитель eaecc3b15f
Коммит f57564f9e6
1 изменённых файлов: 1 добавлений и 1 удалений

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

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