[Libreoffice-commits] core.git: configure.ac
Rene
rene at debian.org
Sat Jun 1 10:24:50 PDT 2013
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 2fde609c2813046cdd22f341bce9af802cadf251
Author: Rene <rene at debian.org>
Date: Sat Jun 1 19:24:10 2013 +0200
pkg-config -> $PKG_CONFIG
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
diff --git a/configure.ac b/configure.ac
index d018068..8f95d0a 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
More information about the Libreoffice-commits
mailing list