Require pkg-config 0.8.0.
authorMartin Baulig <baulig@suse.de>
Fri, 20 Jul 2001 14:03:49 +0000 (14:03 +0000)
committerMartin Baulig <martin@src.gnome.org>
Fri, 20 Jul 2001 14:03:49 +0000 (14:03 +0000)
2001-07-20  Martin Baulig  <baulig@suse.de>

* gnome-pkgconfig.m4: Require pkg-config 0.8.0.

svn path=/trunk/; revision=1842

macros2/ChangeLog
macros2/gnome-pkgconfig.m4

index 45afd42..62e5768 100644 (file)
@@ -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
index 550b3b8..581e866 100644 (file)
@@ -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