Disable icu_le shaper
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 27 May 2013 23:06:50 +0000 (19:06 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 27 May 2013 23:06:50 +0000 (19:06 -0400)
Will add a way to enable it later.

configure.ac

index b428c13..f147435 100644 (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