Skip to content

Commit

Permalink
Bug 935568, require NSPR version 4.10.2 in configure.in, r=briansmith
Browse files Browse the repository at this point in the history
  • Loading branch information
kaie committed Nov 10, 2013
1 parent 97f8c3b commit b0f522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -3557,7 +3557,7 @@ MOZ_ARG_WITH_BOOL(system-nspr,
_USE_SYSTEM_NSPR=1 )

if test -n "$_USE_SYSTEM_NSPR"; then
AM_PATH_NSPR(4.9.6, [MOZ_NATIVE_NSPR=1], [AC_MSG_ERROR([your don't have NSPR installed or your version is too old])])
AM_PATH_NSPR(4.10.2, [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
Expand Down

0 comments on commit b0f522c

Please sign in to comment.