summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-08-14 19:37:44 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-08-14 19:37:44 +0200
commit1102f3c7075a2e933955881d5aea9bd89af07add (patch)
treed8c13e8d25efa986ad6d3e4f4b401ac112fc57d9 /old-configure.in
parentab1060037931158d3a8bf4c8f9f6cb4dbfe916e9 (diff)
downloadUXP-1102f3c7075a2e933955881d5aea9bd89af07add.tar
UXP-1102f3c7075a2e933955881d5aea9bd89af07add.tar.gz
UXP-1102f3c7075a2e933955881d5aea9bd89af07add.tar.lz
UXP-1102f3c7075a2e933955881d5aea9bd89af07add.tar.xz
UXP-1102f3c7075a2e933955881d5aea9bd89af07add.zip
Enforce NSS 3.38 for people who still insist on using system NSS.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in
index d40305309..6cf0afdb8 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