diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2016-03-26 09:23:38 -0700 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2016-03-26 09:23:38 -0700 |
commit | dd76b439506c650aa48ae160811c5ec4b8b7447d (patch) | |
tree | 91fec891546e9dfda9de3af4c138464cb509b138 /configure.ac | |
parent | d974f879bacc4f2a09b08997227c90b4348961a2 (diff) | |
download | pango-dd76b439506c650aa48ae160811c5ec4b8b7447d.tar.gz |
Use $PKG_CONFIG instead of pkg-config consistently
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=764191
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 |