Disable hb-old shaper

Will add proper way to enable it later.
This commit is contained in:
Behdad Esfahbod 2013-05-27 18:54:30 -04:00
parent 5a78d23f25
commit cf2c1c7eb8

View File

@ -120,7 +120,7 @@ AM_CONDITIONAL(HAVE_OT, $have_ot)
dnl ===========================================================================
have_hb_old=true
have_hb_old=false
if $have_hb_old; then
AC_DEFINE(HAVE_HB_OLD, 1, [Have Old HarfBuzz backend])
fi