diff options
-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" |