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 | |
parent | 81430a5833b784eb32e36fc4ae72e4ae4a997cf0 (diff) |
regenerate
git-svn-id: svn://tug.org/texlive/trunk@32318 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/configure | 8 | ||||
-rwxr-xr-x | Build/source/texk/web2c/configure | 8 |
2 files changed, 8 insertions, 8 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 diff --git a/Build/source/texk/web2c/configure b/Build/source/texk/web2c/configure index 1b84717f14a..8b0505c4f01 100755 --- a/Build/source/texk/web2c/configure +++ b/Build/source/texk/web2c/configure @@ -23524,11 +23524,11 @@ if test "${with_system_harfbuzz+set}" = set; then : withval=$with_system_harfbuzz; fi if test "x$with_system_harfbuzz" = xyes; then - 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 else HARFBUZZ_INCLUDES="-I$kpse_BLD/libs/harfbuzz/include" |