From 4bd24a7528ce2b7078296217539f9030c8995f46 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 Jun 2019 16:15:59 +0000 Subject: reautoconf git-svn-id: svn://tug.org/texlive/trunk@51471 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Build/source/configure') diff --git a/Build/source/configure b/Build/source/configure index 4f8c2107e4e..c18873391aa 100755 --- a/Build/source/configure +++ b/Build/source/configure @@ -21683,11 +21683,11 @@ elif test "x$need_icu:$with_system_icu" = xyes:yes; then as_fn_error $? "did not find either pkg-config or icu-config; one is required for system icu library support" "$LINENO" 5 fi -if $PKG_CONFIG harfbuzz-icu; then - HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz-icu --cflags` - HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz-icu --libs` +if $PKG_CONFIG harfbuzz; then + HARFBUZZ_INCLUDES=`$PKG_CONFIG harfbuzz --cflags` + HARFBUZZ_LIBS=`$PKG_CONFIG harfbuzz --libs` elif test "x$need_harfbuzz:$with_system_harfbuzz" = xyes:yes; then - as_fn_error $? "did not find harfbuzz-icu" "$LINENO" 5 + as_fn_error $? "did not find harfbuzz" "$LINENO" 5 fi -- cgit v1.2.3