Disable hb-old shaper
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 27 May 2013 22:54:30 +0000 (18:54 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 27 May 2013 22:56:05 +0000 (18:56 -0400)
Will add proper way to enable it later.

configure.ac

index b454519..bcb0e52 100644 (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