author | Franziskus Kiefer <franziskuskiefer@gmail.com> |
Sun, 08 Jan 2017 07:15:20 -0500 | |
changeset 328491 | f037753a1db2db25ebf344fbd8cfedfb28e10958 |
parent 328467 | 4ece183563a44eab8f410818aa2c7984992dbb8d |
child 328492 | fb6c4863ab27d5957058666fb9ffac251148bf92 |
push id | 31175 |
push user | cbook@mozilla.com |
push date | Mon, 09 Jan 2017 09:33:22 +0000 |
treeherder | mozilla-central@701868bfddcb [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | me |
bugs | 1317947 |
milestone | 53.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 @@ -2035,17 +2035,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.28, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) + AM_PATH_NSS(3.29, [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 NSS_LIBS="$NSS_LIBS -lcrmf" else NSS_CFLAGS="-I${DIST}/include/nss" case "${OS_ARCH}" in # Only few platforms have been tested with GYP