]> err.no Git - pkg-config/commitdiff
Cosmetic m4 stuff
authorTollef Fog Heen <tfheen@err.no>
Mon, 17 Oct 2005 07:08:37 +0000 (07:08 +0000)
committerTollef Fog Heen <tfheen@err.no>
Mon, 17 Oct 2005 07:08:37 +0000 (07:08 +0000)
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.

ChangeLog
pkg.m4

index 4f550eac2a35d8e57ceb490a45b8c107aa47781a..94d8a2b9c2306b5b7e705fb76d80563930c1a5c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
diff --git a/pkg.m4 b/pkg.m4
index cbb46dbf832b501a34b802edc0b372d143b704f2..c29b6c0577c4048b34c67b171f8a0be8daa38f7e 100644 (file)
--- 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