summaryrefslogtreecommitdiffstats
path: root/old-configure.in
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-27 03:37:29 +0200
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-27 03:37:29 +0200
commit95ab8db84ce41bec9b4d269ef6539f3e4950b3b9 (patch)
tree68185aaceae15ee718ed2975907aa92ad56cc460 /old-configure.in
parent7715dd79c5e38cd0de3b3092fbacd6146146a028 (diff)
parent3c568a5681bac0a84f7a49697951780170ad182c (diff)
downloadUXP-95ab8db84ce41bec9b4d269ef6539f3e4950b3b9.tar
UXP-95ab8db84ce41bec9b4d269ef6539f3e4950b3b9.tar.gz
UXP-95ab8db84ce41bec9b4d269ef6539f3e4950b3b9.tar.lz
UXP-95ab8db84ce41bec9b4d269ef6539f3e4950b3b9.tar.xz
UXP-95ab8db84ce41bec9b4d269ef6539f3e4950b3b9.zip
Merge branch 'nss-sftkpwd-update'
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/old-configure.in b/old-configure.in
index 6a7bc701f..3895128ae 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