diff options
Diffstat (limited to 'Build/source/utils')
-rwxr-xr-x | Build/source/utils/configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Build/source/utils/configure b/Build/source/utils/configure index d7c4de486d7..995e7a90425 100755 --- a/Build/source/utils/configure +++ b/Build/source/utils/configure @@ -4735,14 +4735,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;} @@ -4762,7 +4754,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 } |