From b7a4d37d0b162f2222b65d09b9271b8c636086f8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 11 Aug 2012 21:32:23 -0400 Subject: [PATCH] minor --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 7246d1ab9..5a2f85460 100644 --- a/configure.ac +++ b/configure.ac @@ -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)