summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-08-12 17:08:51 -0400
committerMichael McConville <mmcconville@mykolab.com>2015-08-12 17:08:51 -0400
commit0ebab618f6f5e5362be0b90642c0b2945e25332f (patch)
tree9f352304c85101be3e57b96fefe15ffed39cb29e
parentb71404333ff9f17c108cd3bcf6f407af1e0af22d (diff)
downloadpidgin-0ebab618f6f5e5362be0b90642c0b2945e25332f.tar.gz
Remove vestigial variables from defunct NSS packages
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 27b0f90476..e8e96a0e31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2125,9 +2125,6 @@ if test "x$enable_nss" != "xno"; then
AC_MSG_RESULT(no)
have_nss="no"
])
- dnl # TODO: do we still need these?
- mozilla_nspr="mozilla-nspr"
- mozilla_nss="mozilla-nss"
elif `$PKG_CONFIG --exists nss`; then
dnl # TODO: set required minimum version
PKG_CHECK_MODULES(NSS, nss, [
@@ -2136,9 +2133,6 @@ if test "x$enable_nss" != "xno"; then
AC_MSG_RESULT(no)
have_nss="no"
])
- dnl # TODO: do we still need these?
- mozilla_nspr="nspr"
- mozilla_nss="nss"
fi
if test "x$have_nss" = "xyes"; then