summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-26 15:13:18 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-26 15:13:18 +0200
commit24816a80f9b71bc7ae9b19356317428d6bd6a54a (patch)
tree5f78f9cedea413ac9c425ad209f2b03bd7bba323 /old-configure.in
parent4be699a136f35186afb85ed3bfeb7aa7e1feb46f (diff)
downloaduxp-24816a80f9b71bc7ae9b19356317428d6bd6a54a.tar.gz
Update NSS to 3.41.1 (custom)
This resolves #82
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/old-configure.in b/old-configure.in
index 6a7bc701fa..1ee90b4cf2 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2045,7 +2045,8 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
- AM_PATH_NSS(3.41, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
+ AC_MSG_ERROR([Building with system-nss is currently not supported])
+dnl AM_PATH_NSS(3.41.1, [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