summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2014-06-13 16:54:06 +0200
committerAleksander Morgado <aleksander@aleksander.es>2014-06-13 16:54:06 +0200
commitff4e45791ddac7086c6b45b9b732c67d54dc6c1a (patch)
tree1e5dd01a5a50b17d023e557ee329380e3cf00227
parent6313f5707e7ff69f81fcb80784196f35ddd7c56f (diff)
build: use the correct pkg-config in checks
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 59feed21..bba9de59 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ AC_SUBST(GUDEV_LIBS)
# Some required utilities
GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
AC_SUBST(GLIB_MKENUMS)
-GDBUS_CODEGEN=`pkg-config --variable=gdbus_codegen gio-2.0`
+GDBUS_CODEGEN=`$PKG_CONFIG --variable=gdbus_codegen gio-2.0`
AC_SUBST(GDBUS_CODEGEN)
# GObject Introspection