summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-09-23 17:20:37 -0400
committerAleksander Morgado <aleksander@lanedo.com>2012-09-24 04:30:44 +0200
commite853e761db01e0677ebfd165b21cb5af1054e621 (patch)
treefe27165936490cce71c8ddbfe71f70de68a4c8f0
parent201e0cea5fa9747ebd57e7da35c91f131d51bcf8 (diff)
use $PKG_CONFIG
The build system sets up this variable for us, so use it rather than hardcoding "pkg-config" which might be the wrong one. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0a6686d..b2def16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,7 @@ PKG_CHECK_MODULES(QMICLI,
AC_SUBST(QMICLI_CFLAGS)
AC_SUBST(QMICLI_LIBS)
-GLIB_MKENUMS=`pkg-config --variable=glib_mkenums glib-2.0`
+GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
AC_SUBST(GLIB_MKENUMS)
dnl Documentation