From 2c25bb555493800640aea747ca293828b2886c76 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Fri, 28 Nov 2003 00:32:07 +0000 Subject: Look for mozilla-nss.pc, not mozilla.pc. 2003-11-28 Anders Carlsson * configure.in: Look for mozilla-nss.pc, not mozilla.pc. svn path=/trunk/; revision=23500 --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 19b20c4fc2..40d81b83f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-11-28 Anders Carlsson + + * configure.in: Look for mozilla-nss.pc, not mozilla.pc. + 2003-11-26 JP Rosevear * configure.in: make sure the mozilla .pc file exists before diff --git a/configure.in b/configure.in index 16aa6b98e9..fa8605bfbe 100644 --- a/configure.in +++ b/configure.in @@ -632,7 +632,7 @@ dnl If the user specifies --with-foo or --enable-nss=static, then we have to do check_manually="no" fi - if test "x${check_manually}" = "xno" && `$PKG_CONFIG --exists mozilla`; then + if test "x${check_manually}" = "xno" && `$PKG_CONFIG --exists mozilla-nss`; then PKG_CHECK_MODULES(NSS, mozilla-nss, have_nss="yes") if test "x${have_nss}" = "xyes"; then msg_ssl="yes (Mozilla NSS)" -- cgit v1.2.3