From 762f95e4cbccad7f31607e5c0163d097b01332dc Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Thu, 5 May 2011 16:45:12 +0100 Subject: configure: warn if pkg-config is missing Signed-off-by: Mans Rullgard --- configure | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 7b3f5b4745..a33b6e6f0b 100755 --- a/configure +++ b/configure @@ -1827,6 +1827,11 @@ set_default cc nm pkg_config sysinclude enabled cross_compile || host_cc_default=$cc set_default host_cc +if ! $pkg_config --version >/dev/null 2>&1; then + warn "$pkg_config not found, library detection may fail." + pkg_config=false +fi + exesuf() { case $1 in mingw32*|cygwin*|*-dos|freedos|opendos|os/2*|symbian) echo .exe ;; -- cgit v1.2.3