Skip to content

Commit

Permalink
Bug 1401594 - bump NSS version to 3.34, r=me
Browse files Browse the repository at this point in the history
MozReview-Commit-ID: AFEfImt8iv

--HG--
extra : rebase_source : c760f256449893247227cd7088f5c059f21502ff
  • Loading branch information
franziskuskiefer committed Oct 4, 2017
1 parent 2d9f082 commit ec342f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion old-configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1903,7 +1903,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )

if test -n "$_USE_SYSTEM_NSS"; then
AM_PATH_NSS(3.33, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
AM_PATH_NSS(3.34, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi

if test -n "$MOZ_SYSTEM_NSS"; then
Expand Down

0 comments on commit ec342f9

Please sign in to comment.