From af146701dbcee3f46c894fe1e7d8b50b7c41391b Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 26 Nov 2003 15:25:21 +0000 Subject: make sure the mozilla .pc file exists before checking for it 2003-11-26 JP Rosevear * configure.in: make sure the mozilla .pc file exists before checking for it svn path=/trunk/; revision=23488 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 3fea9e31af..16aa6b98e9 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"; then + if test "x${check_manually}" = "xno" && `$PKG_CONFIG --exists mozilla`; 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