Skip to content

Commit

Permalink
Bug 839141 - Change configure.in to require system NSS 3.14.3, r=bsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhemer committed Mar 12, 2013
1 parent 01470c9 commit ae1c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit ae1c51d

Please sign in to comment.