mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Use $PKG_CONFIG, not pkg-config. (LEE Sau Dan, #75572)
Wed Mar 20 11:00:59 2002 Owen Taylor <otaylor@redhat.com> * configure.in: Use $PKG_CONFIG, not pkg-config. (LEE Sau Dan, #75572)
This commit is contained in:
parent
73e6da92b2
commit
a841dbd7a2
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.])
|
||||
|
Loading…
x
Reference in New Issue
Block a user