summaryrefslogtreecommitdiff
path: root/pkg.m4
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-15 13:07:59 +0000
committerArch Librarian <arch@canonical.com>2005-07-15 13:07:59 +0000
commit0df5bca1cfb5696a741768fc502c9bd74944e8bf (patch)
tree253bed1d0a0cb311d4d70179a6563029e1ae6a88 /pkg.m4
parent1db5fc1f32052ed10a6d06eed1594b2d1eedc5f9 (diff)
2005-07-15 Tollef Fog Heen <tfheen@err.no>
Author: tfheen Date: 2005-07-15 06:50:41 GMT 2005-07-15 Tollef Fog Heen <tfheen@err.no> * pkg.m4: Add a missing AC_MSG_RESULT. Thanks to Gary Kramlich for noticing this and harassing me to fix it.
Diffstat (limited to 'pkg.m4')
-rw-r--r--pkg.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg.m4 b/pkg.m4
index 1b97a9a..6c35916 100644
--- a/pkg.m4
+++ b/pkg.m4
@@ -125,6 +125,7 @@ To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.])],
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
+ AC_MSG_RESULT([yes])
ifelse([$3], , :, [$3])
fi[]dnl
])# PKG_CHECK_MODULES