diff options
author | Arch Librarian <arch@canonical.com> | 2005-07-15 13:07:59 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2005-07-15 13:07:59 +0000 |
commit | 0df5bca1cfb5696a741768fc502c9bd74944e8bf (patch) | |
tree | 253bed1d0a0cb311d4d70179a6563029e1ae6a88 /pkg.m4 | |
parent | 1db5fc1f32052ed10a6d06eed1594b2d1eedc5f9 (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.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |