summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros2/ChangeLog4
-rw-r--r--macros2/gnome-pkgconfig.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros2/ChangeLog b/macros2/ChangeLog
index 45afd423..62e5768c 100644
--- a/macros2/ChangeLog
+++ b/macros2/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-20 Martin Baulig <baulig@suse.de>
+
+ * gnome-pkgconfig.m4: Require pkg-config 0.8.0.
+
2001-06-29 Laszlo Peter <laca@ireland.sun.com>
* gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
diff --git a/macros2/gnome-pkgconfig.m4 b/macros2/gnome-pkgconfig.m4
index 550b3b80..581e866a 100644
--- a/macros2/gnome-pkgconfig.m4
+++ b/macros2/gnome-pkgconfig.m4
@@ -45,7 +45,7 @@ AC_DEFUN([GNOME_CHECK_PKGCONFIG],[
fi
AC_MSG_CHECKING(for pkg-config)
if test x$have_pkgconfig = xyes ; then
- pkgconfig_required_version=0.7
+ pkgconfig_required_version=0.8
pkgconfig_version=`pkg-config --version`
GNOME_PKGCONFIG_CHECK_VERSION($pkgconfig_version, $pkgconfig_required_version, [have_pkgconfig=yes], [have_pkgconfig=no])
fi