mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-04-23 04:00:40 +02:00
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.
This commit is contained in:
parent
bf48601d50
commit
712f0af7b8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,8 @@
|
|||
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.
|
||||
|
||||
* NEWS: Add missing news and really release 0.20, since I didn't
|
||||
get around to actually uploading last night.
|
||||
|
||||
|
|
|
|||
3
pkg.m4
3
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue