summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-26 23:32:13 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-26 23:32:13 +0200
commit4b188510af097627f117482dfc7c3d308c845385 (patch)
tree133fbe3ef3eb0f7ce6b151db1ed86bfd9c4abb60 /old-configure.in
parentfbc2eaacd679f0c484993ffe23d786fd06da22c3 (diff)
downloadUXP-4b188510af097627f117482dfc7c3d308c845385.tar
UXP-4b188510af097627f117482dfc7c3d308c845385.tar.gz
UXP-4b188510af097627f117482dfc7c3d308c845385.tar.lz
UXP-4b188510af097627f117482dfc7c3d308c845385.tar.xz
UXP-4b188510af097627f117482dfc7c3d308c845385.zip
Revert "Update NSS to 3.41.1 (custom)"
This reverts commit fbc2eaacd679f0c484993ffe23d786fd06da22c3.
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/old-configure.in b/old-configure.in
index 1ee90b4cf..6a7bc701f 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2045,8 +2045,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
_USE_SYSTEM_NSS=1 )
if test -n "$_USE_SYSTEM_NSS"; then
- 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])])
+ AM_PATH_NSS(3.41, [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