summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRene <rene@debian.org>2013-06-01 19:24:10 +0200
committerRene <rene@debian.org>2013-06-01 19:24:10 +0200
commit2fde609c2813046cdd22f341bce9af802cadf251 (patch)
tree958d75627f4c683692c428a84a75696f772e6e85 /configure.ac
parentfix build with system-harfbuzz >= 0.9.18 (diff)
downloadcore-2fde609c2813046cdd22f341bce9af802cadf251.tar.gz
core-2fde609c2813046cdd22f341bce9af802cadf251.zip
pkg-config -> $PKG_CONFIG
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d018068e4c55..8f95d0a1bad1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8386,7 +8386,7 @@ if test "$_os" != "WINNT" -a "$_os" != "Darwin"; then
AC_MSG_RESULT([yes])
ENABLE_HARFBUZZ="TRUE"
if test "$with_system_harfbuzz" = "yes"; then
- if pkg-config --atleast-version 0.9.18 harfbuzz; then
+ if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 0.9.18])
fi
else