pkg-config -> $PKG_CONFIG

Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
This commit is contained in:
Rene
2013-06-01 19:24:10 +02:00
parent 9d8ee40688
commit 2fde609c28

View File

@@ -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