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
1 changed files with 1 additions and 1 deletions

View File

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