summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8af7dfd3..34e6e97c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -500,7 +500,7 @@ AC_ARG_ENABLE(doc-cross-references,
if test "x$enable_doc_cross_references" != xno ; then
GLIB_PREFIX="`$PKG_CONFIG --variable=prefix glib-2.0`"
- CAIRO_PREFIX="`pkg-config --variable=prefix cairo`"
+ CAIRO_PREFIX="`$PKG_CONFIG --variable=prefix cairo`"
AC_SUBST(GLIB_PREFIX)
AC_SUBST(CAIRO_PREFIX)
fi