commit | 2f7586c6229096143ca0a96712a27416ee0d3c85 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Aug 23 23:59:55 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Fri Aug 24 00:00:33 2012 -0400 |
tree | dd37f94c9568b9d12f90b80bd04222f90ce31405 | |
parent | ba7f6c3797e5b440557bacd9b666bf09713dca76 [diff] [blame] |
[icu-le] Implement icu layout engine shaper
diff --git a/configure.ac b/configure.ac index de3c55c..47a7b2b 100644 --- a/configure.ac +++ b/configure.ac
@@ -160,7 +160,7 @@ dnl ========================================================================== -PKG_CHECK_MODULES(ICU_LE, icu-le, have_icu_le=true, have_icu_le=false) +PKG_CHECK_MODULES(ICU_LE, icu-le icu-uc, have_icu_le=true, have_icu_le=false) if $have_icu_le; then AC_DEFINE(HAVE_ICU_LE, 1, [Have ICU Layout Engine library]) fi