[gtk+] Consistently use PKG_CONFIG in macros



commit 6095598c39b71bee2ce7d7fd3adc7b00b2338537
Author: Anders F Björklund <afb users sourceforge net>
Date:   Tue Jan 18 09:55:35 2011 -0500

    Consistently use PKG_CONFIG in macros

 m4macros/gtk-3.0.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/m4macros/gtk-3.0.m4 b/m4macros/gtk-3.0.m4
index b242586..7d00bc1 100644
--- a/m4macros/gtk-3.0.m4
+++ b/m4macros/gtk-3.0.m4
@@ -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."



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]