summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2001-07-20 14:03:49 +0000
committerMartin Baulig <martin@src.gnome.org>2001-07-20 14:03:49 +0000
commit5e59e0506dd3dded338ddf9168eb41dbd600257f (patch)
treece9196b1b527bcde4c57fa023c8ff4fd057973cf
parent821847d579b3eeb72aeb2d0b943188a8c2d39329 (diff)
downloadgnome-common-5e59e0506dd3dded338ddf9168eb41dbd600257f.tar.gz
Require pkg-config 0.8.0.
2001-07-20 Martin Baulig <baulig@suse.de> * gnome-pkgconfig.m4: Require pkg-config 0.8.0. svn path=/trunk/; revision=1842
-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 45afd42..62e5768 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 550b3b8..581e866 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