author | J.C. Jones <jjones@mozilla.com> |
Tue, 15 May 2018 07:07:28 -0700 | |
changeset 418385 | 0ff4d9445553ad91ff379ee025e397f2015f777e |
parent 418384 | 73dd77918ce5997d13cefc2cae32c7ae4644ce82 |
child 418386 | aad9816c24f841e8880acfd5deaab6bdb807bf4e |
push id | 33999 |
push user | dluca@mozilla.com |
push date | Tue, 15 May 2018 21:54:51 +0000 |
treeherder | mozilla-central@380cf87c1ee3 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | fkiefer |
bugs | 1460617 |
milestone | 62.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
old-configure.in | file | annotate | diff | comparison | revisions |
--- a/old-configure.in +++ b/old-configure.in @@ -1741,17 +1741,17 @@ dnl = If NSS was not detected in the sys dnl = use the one in the source tree (mozilla/security/nss) dnl ======================================================== MOZ_ARG_WITH_BOOL(system-nss, [ --with-system-nss Use system installed NSS], _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.37, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.38, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) fi if test -z "$MOZ_SYSTEM_NSS"; then NSS_CFLAGS="-I${DIST}/include/nss" case "${OS_ARCH}" in # Only few platforms have been tested with GYP WINNT|Darwin|Linux|DragonFly|FreeBSD|NetBSD|OpenBSD|SunOS) ;;