From c621465dd7dddc0214ee782c7eaf25510ae68a23 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 1 Dec 2009 18:13:43 -0800 Subject: [PATCH] configure: Clarify pkg-config warning now that Makefile does not invoke pkg-config. It's probably a bit more work to use this configure script without pkg-config, but it's at least possible, (and we could make it even easier if this becomes an important use case). --- configure | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 92b6710f..65411956 100755 --- a/configure +++ b/configure @@ -115,17 +115,17 @@ package names may be different, (such as "devel" in place of "dev"). EOF if [ $have_pkg_config -eq 0 ]; then cat <