This commit is contained in:
Behdad Esfahbod 2012-08-11 21:32:23 -04:00
parent d5045a5f40
commit b7a4d37d0b
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ AM_CONDITIONAL(HAVE_CAIRO_FT, $have_cairo_ft)
dnl ==========================================================================
dnl The following check is misleading since it would print ICU...no if there's
dnl no pkgconfig file for icu.
PKG_CHECK_MODULES(ICU, icu, have_icu=true, [
have_icu=true
AC_CHECK_HEADERS(unicode/uchar.h,, have_icu=false)