/pidgin/main: 4196de47d6f5: Remove vestigial variables from defu...
Michael McConville
mmcconville at mykolab.com
Wed Aug 12 17:33:44 EDT 2015
Changeset: 4196de47d6f51f725948a7f3675bfa2d56183a6d
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-08-12 17:08 -0400
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/4196de47d6f5
Description:
Remove vestigial variables from defunct NSS packages
diffstat:
configure.ac | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diffs (23 lines):
diff --git a/configure.ac b/configure.ac
--- 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
More information about the Commits
mailing list