diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-06 22:43:35 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-03-06 22:43:35 +0000 |
commit | d623c14332c62516bd7dc9c32cda9a48c8f07dd9 (patch) | |
tree | 09192b43300dbc18cde5e2c3e32c18b768a117da /Build/source/texk | |
parent | 2fb851202b1da73113b967586b130f59ee5491dd (diff) |
hb-ft.{cc,h} no longer used
git-svn-id: svn://tug.org/texlive/trunk@29300 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-x | Build/source/texk/configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Build/source/texk/configure b/Build/source/texk/configure index abd06990e0a..5f2792f291c 100755 --- a/Build/source/texk/configure +++ b/Build/source/texk/configure @@ -4757,14 +4757,6 @@ $as_echo "$as_me: Assuming installed \`harfbuzz' headers and library" >&6;} ac_configure_args="$ac_configure_args '--with-system-harfbuzz=$with_system_harfbuzz'" fi if test "x$with_system_harfbuzz" = xyes; then - if test "x$with_system_freetype2" = x; then - { $as_echo "$as_me:${as_lineno-$LINENO}: -> installed \`freetype2' headers and library" >&5 -$as_echo "$as_me: -> installed \`freetype2' headers and library" >&6;} - with_system_freetype2=yes - ac_configure_args="$ac_configure_args '--with-system-freetype2'" - elif test "x$with_system_freetype2" != xyes; then - as_fn_error $? "Sorry, \`--with-system-harfbuzz' requires \`--with-system-freetype2'" "$LINENO" 5 - fi if test "x$with_system_graphite2" = x; then { $as_echo "$as_me:${as_lineno-$LINENO}: -> installed \`graphite2' headers and library" >&5 $as_echo "$as_me: -> installed \`graphite2' headers and library" >&6;} @@ -4784,7 +4776,6 @@ $as_echo "$as_me: -> installed \`icu' headers and library" >&6;} fi test "x$need_harfbuzz" = xyes && { - need_freetype2=yes need_graphite2=yes need_icu=yes } |