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