Use $PKG_CONFIG, not pkg-config. (LEE Sau Dan, #75572)
authorOwen Taylor <otaylor@redhat.com>
Wed, 20 Mar 2002 16:10:34 +0000 (16:10 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 20 Mar 2002 16:10:34 +0000 (16:10 +0000)
Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Use $PKG_CONFIG, not pkg-config.
        (LEE Sau Dan, #75572)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
configure.in

index 2fb3b6b..be2111a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2fb3b6b..be2111a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2fb3b6b..be2111a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2fb3b6b..be2111a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2fb3b6b..be2111a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2fb3b6b..be2111a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2fb3b6b..be2111a 100644 (file)
@@ -1,3 +1,8 @@
+Wed Mar 20 11:00:59 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: Use $PKG_CONFIG, not pkg-config.
+       (LEE Sau Dan, #75572)
+
 2002-03-20  Sven Neumann  <sven@gimp.org>
 
        * glib/ghash.c (g_hash_table_resize): avoid repeated call of 
index 2f33347..2e35593 100644 (file)
@@ -206,7 +206,7 @@ if test x$PKG_CONFIG = xno ; then
   AC_MSG_ERROR([*** pkg-config not found. See http://www.freedesktop.org/software/pkgconfig/])
 fi
 
-if pkg-config --atleast-pkgconfig-version 0.5 ; then
+if $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then
   :
 else
   AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.])