diff options
author | Karl Berry <karl@freefriends.org> | 2019-06-26 16:15:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-06-26 16:15:59 +0000 |
commit | 4bd24a7528ce2b7078296217539f9030c8995f46 (patch) | |
tree | 6933dba035bf07c53596dd8ca0137876a86494e3 /Build/source/configure | |
parent | e8cdab59f1d33c0138e65e9c2fc327e98aa4cec7 (diff) |
reautoconf
git-svn-id: svn://tug.org/texlive/trunk@51471 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 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 |