Disable icu_le shaper

Will add a way to enable it later.
This commit is contained in:
Behdad Esfahbod 2013-05-27 19:06:50 -04:00
parent 7e6ebf7623
commit 7ae14973ec
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@ AM_CONDITIONAL(HAVE_ICU, $have_icu)
dnl ==========================================================================
PKG_CHECK_MODULES(ICU_LE, icu-le icu-uc, have_icu_le=true, have_icu_le=false)
have_icu_le=false
dnl PKG_CHECK_MODULES(ICU_LE, icu-le icu-uc, have_icu_le=true)
if $have_icu_le; then
AC_DEFINE(HAVE_ICU_LE, 1, [Have ICU Layout Engine library])
fi