Consistently use PKG_CONFIG in macros

This commit is contained in:
Anders F Björklund 2011-01-18 09:55:35 -05:00 committed by Matthias Clasen
parent bb7662392d
commit 6095598c39

View File

@ -27,7 +27,7 @@ AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run
AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
if test x$PKG_CONFIG != xno ; then
if pkg-config --atleast-pkgconfig-version 0.7 ; then
if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
:
else
echo "*** pkg-config too old; version 0.7 or better required."