/pidgin/main: e284917fa740: No longer check for NSS package micr...
Michael McConville
mmcconville at mykolab.com
Tue Jul 21 14:21:18 EDT 2015
Changeset: e284917fa740c46e631394b8d1782cf01c752ac3
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-07-21 14:21 -0400
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/e284917fa740
Description:
No longer check for NSS package microb-engine-nss. It was only for Maemo support, and even Maemo uses mozilla-nss these days.
diffstat:
configure.ac | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diffs (19 lines):
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -2229,15 +2229,6 @@ if test "x$enable_nss" != "xno"; then
])
mozilla_nspr="nspr"
mozilla_nss="nss"
- elif `$PKG_CONFIG --exists microb-engine-nss`; then
- PKG_CHECK_MODULES(NSS, microb-engine-nss, [
- have_nss="yes"
- ], [
- AC_MSG_RESULT(no)
- have_nss="no"
- ])
- mozilla_nspr="mozilla-nspr"
- mozilla_nss="microb-engine-nss"
fi
if test "x$have_nss" = "xyes"; then
More information about the Commits
mailing list