From 712f0af7b89fbf02af7e58422fc8f31f813a489c Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 17 Oct 2005 07:08:37 +0000 Subject: [PATCH] Cosmetic m4 stuff 2005-10-17 Tollef Fog Heen * pkg.m4: Do AC_MSG_RESULT([no]) even if $4 is set (so we don't fail). Gnome #166537. --- ChangeLog | 3 +++ pkg.m4 | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f550ea..94d8a2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-17 Tollef Fog Heen + * 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. diff --git a/pkg.m4 b/pkg.m4 index cbb46db..c29b6c0 100644 --- a/pkg.m4 +++ b/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 -- 2.39.5