diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-08-14 19:37:44 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-08-14 19:37:44 +0200 |
commit | bdefcf2f0d56060b71fc2951aa216c3a836ed363 (patch) | |
tree | d8c13e8d25efa986ad6d3e4f4b401ac112fc57d9 /old-configure.in | |
parent | 16695590ed53e6047689eb65d2160e2122960868 (diff) | |
download | uxp-bdefcf2f0d56060b71fc2951aa216c3a836ed363.tar.gz |
Enforce NSS 3.38 for people who still insist on using system NSS.
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in index d40305309a..6cf0afdb8b 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2044,7 +2044,7 @@ MOZ_ARG_WITH_BOOL(system-nss, _USE_SYSTEM_NSS=1 ) if test -n "$_USE_SYSTEM_NSS"; then - AM_PATH_NSS(3.36.4, [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 |