diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-04 07:52:06 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2013-12-04 07:52:06 +0000 |
commit | 437e4c7743636d9ef22e17065274cdcd63dc87d0 (patch) | |
tree | b2b021373cfac9908bf202576c13e10fbe23f8e9 /Build/source/configure | |
parent | 81430a5833b784eb32e36fc4ae72e4ae4a997cf0 (diff) |
regenerate
git-svn-id: svn://tug.org/texlive/trunk@32318 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/configure')
-rwxr-xr-x | Build/source/configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/configure b/Build/source/configure index 97f8cb6fd8c..c1498f32e68 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -20653,11 +20653,11 @@ elif test "x$need_icu:$with_system_icu" = xyes:yes; then as_fn_error $? "did not find icu-config required for system icu libraries" "$LINENO" 5 fi -if $PKG_CONFIG harfbuzz --atleast-version=0.9.10; then - HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz --cflags` - HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz --libs` +if $PKG_CONFIG harfbuzz-icu; then + HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz-icu --cflags` + HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz-icu --libs` elif test "x$need_harfbuzz:$with_system_harfbuzz" = xyes:yes; then - as_fn_error $? "did not find harfbuzz-0.9.10 or better" "$LINENO" 5 + as_fn_error $? "did not find harfbuzz-icu" "$LINENO" 5 fi |