summaryrefslogtreecommitdiff
path: root/pkg.m4
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2005-10-17 07:08:37 +0000
committerTollef Fog Heen <tfheen@err.no>2005-10-17 07:08:37 +0000
commit712f0af7b89fbf02af7e58422fc8f31f813a489c (patch)
tree39556a4fecccc254814458951ab8438d93c2cd0b /pkg.m4
parentbf48601d508d78d6e04104eacf54cbe0357edf46 (diff)
downloadpkg-config-712f0af7b89fbf02af7e58422fc8f31f813a489c.tar.gz
Cosmetic m4 stuff
2005-10-17 Tollef Fog Heen <tfheen@err.no> * pkg.m4: Do AC_MSG_RESULT([no]) even if $4 is set (so we don't fail). Gnome #166537.
Diffstat (limited to 'pkg.m4')
-rw-r--r--pkg.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg.m4 b/pkg.m4
index cbb46db..c29b6c0 100644
--- a/pkg.m4
+++ b/pkg.m4
@@ -136,7 +136,8 @@ installed software in a non-standard prefix.
_PKG_TEXT
])],
- [$4])
+ [AC_MSG_RESULT([no])
+ $4])
elif test $pkg_failed = untried; then
ifelse([$4], , [AC_MSG_FAILURE(dnl
[The pkg-config script could not be found or is too old. Make sure it