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 | 1102f3c7075a2e933955881d5aea9bd89af07add (patch) | |
tree | d8c13e8d25efa986ad6d3e4f4b401ac112fc57d9 /old-configure.in | |
parent | ab1060037931158d3a8bf4c8f9f6cb4dbfe916e9 (diff) | |
download | uxp-1102f3c7075a2e933955881d5aea9bd89af07add.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 |