diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-27 00:45:42 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-27 00:45:42 +0200 |
commit | 3c568a5681bac0a84f7a49697951780170ad182c (patch) | |
tree | be4fc0e3b5849d3b5282bdabe981698ecce31385 /old-configure.in | |
parent | 4b188510af097627f117482dfc7c3d308c845385 (diff) | |
download | uxp-3c568a5681bac0a84f7a49697951780170ad182c.tar.gz |
Update NSS to 3.41.1 (custom)
This resolves #82
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/old-configure.in b/old-configure.in index 6a7bc701fa..3895128ae9 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2045,6 +2045,10 @@ 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.]) +fi + +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])]) fi |