diff options
author | Rene <rene@debian.org> | 2013-06-01 19:24:10 +0200 |
---|---|---|
committer | Rene <rene@debian.org> | 2013-06-01 19:24:10 +0200 |
commit | 2fde609c2813046cdd22f341bce9af802cadf251 (patch) | |
tree | 958d75627f4c683692c428a84a75696f772e6e85 | |
parent | 9d8ee40688902c70112d8ea9d716d10897118682 (diff) |
pkg-config -> $PKG_CONFIG
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
-rw-r--r-- | configure.ac | 2 |
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 |