Bug 812092: Bump required NSPR version in configure.in to 4.9.4, r=bsmith

This commit is contained in:
ojab@ojab.ru 2012-11-15 00:26:59 -08:00
parent 3e7a1a4b28
commit 8c571f9045

View File

@ -3873,7 +3873,7 @@ MOZ_ARG_WITH_BOOL(system-nspr,
_USE_SYSTEM_NSPR=1 )
if test -n "$_USE_SYSTEM_NSPR"; then
AM_PATH_NSPR(4.9.3, [MOZ_NATIVE_NSPR=1], [AC_MSG_ERROR([your don't have NSPR installed or your version is too old])])
AM_PATH_NSPR(4.9.4, [MOZ_NATIVE_NSPR=1], [AC_MSG_ERROR([your don't have NSPR installed or your version is too old])])
fi
if test -n "$MOZ_NATIVE_NSPR"; then