mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-01 12:37:59 +02:00
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:
parent
1db5fc1f32
commit
0df5bca1cf
2 changed files with 6 additions and 0 deletions
|
|
@ -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
1
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue