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.
This commit is contained in:
Arch Librarian 2005-07-15 13:07:59 +00:00
parent 1db5fc1f32
commit 0df5bca1cf
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
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.
2005-06-29 Tollef Fog Heen <tfheen@err.no>
* configure.in: Release 0.18.1

1
pkg.m4
View file

@ -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