summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-06-10 14:40:57 +0200
committerMichael Stahl <mstahl@redhat.com>2015-06-10 14:42:02 +0200
commitada6281a5bd74d0ff6ae578d57f39f65b7c25103 (patch)
tree51220ece7bcb070882e3b628a1dfc1e43ce91c7d
parent4897f10beab678494a7c2dfdc140c424154e9f8c (diff)
configure: make the error message for pkg-config on Mac more actionable
Change-Id: Ia7f99123625df28cd5459ee6d488e02b20d386f0
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 178c663c81a9..0595b16c69e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5079,7 +5079,7 @@ if test $_os = Darwin; then
if test "$enable_bogus_pkg_config" = "yes"; then
AC_MSG_RESULT([yes, user-approved from unknown origin.])
else
- AC_MSG_ERROR([yes, from unknown origin. This *will* break the build. Please remove or hide $PKG_CONFIG])
+ AC_MSG_ERROR([yes, from unknown origin. This *will* break the build. Please modify your PATH variable so that $PKG_CONFIG is no longer found by configure scripts.])
fi
fi
else