diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-29 21:42:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-29 21:42:40 +0000 |
commit | b8151dad07fd0b02e10d0ef8aedef6a3ab44aaca (patch) | |
tree | ec992551266dff7deff08b50bf0630e7da1dd934 /configure.in | |
parent | f9ae08a493f31e870bf660edd422929a8843cef8 (diff) | |
download | pango-b8151dad07fd0b02e10d0ef8aedef6a3ab44aaca.tar.gz |
Use $PKG_CONFIG, not pkg-config.
Tue May 29 17:41:44 2001 Owen Taylor <otaylor@redhat.com>
* configure.in: Use $PKG_CONFIG, not pkg-config.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8a44c9c5..05fbcd67 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ if test x$PKG_CONFIG = xno ; then AC_MSG_ERROR([*** pkg-config not found. See http://pkgconfig.sourceforge.net]) fi -if ! pkg-config --atleast-pkgconfig-version 0.5 ; then +if ! $PKG_CONFIG --atleast-pkgconfig-version 0.5 ; then AC_MSG_ERROR([*** pkg-config too old; version 0.5 or better required.]) fi |