From ff4e45791ddac7086c6b45b9b732c67d54dc6c1a Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Fri, 13 Jun 2014 16:54:06 +0200 Subject: [PATCH] build: use the correct pkg-config in checks --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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