From 7ae14973ecb4614a83769d2bbd01f33d8474ffc0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 27 May 2013 19:06:50 -0400 Subject: [PATCH] Disable icu_le shaper Will add a way to enable it later. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b428c13..f147435 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.7.4