summaryrefslogtreecommitdiff
path: root/old-configure.in
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2018-04-04 14:36:12 +0200
committerLeorize <alaviss@users.noreply.github.com>2018-05-16 16:49:11 +0700
commit901c83ea86b0c64c37251dd9a635f67908d218bd (patch)
tree6ed813cb510b973febc1586f52c77b4ba8e6d8a3 /old-configure.in
parent040f946bd1f17ade0768d65cea858fa492e57ea5 (diff)
downloaduxp-901c83ea86b0c64c37251dd9a635f67908d218bd.tar.gz
Bug 1371991 - don't link against crmf when building with --with-system-nss, r=ted
Differential Revision: https://phabricator.services.mozilla.com/D836 --HG-- extra : rebase_source : 04127ba88296e8bd6849d227641bb0eebae2c23b extra : amend_source : dde2e35e2d12316950113e5f320d47a914783623
Diffstat (limited to 'old-configure.in')
-rw-r--r--old-configure.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/old-configure.in b/old-configure.in
index 1670a90b6e..e3edf49626 100644
--- a/old-configure.in
+++ b/old-configure.in
@@ -2058,9 +2058,7 @@ if test -n "$_USE_SYSTEM_NSS"; then
AM_PATH_NSS(3.28.6, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
fi
-if test -n "$MOZ_SYSTEM_NSS"; then
- NSS_LIBS="$NSS_LIBS -lcrmf"
-else
+if test -z "$MOZ_SYSTEM_NSS"; then
NSS_CFLAGS="-I${DIST}/include/nss"
fi