This commit is contained in:
Behdad Esfahbod 2011-08-04 01:38:37 -04:00
parent 20dde61016
commit ddbf4edc5d
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ AM_CONDITIONAL(HAVE_CAIRO_FT, $have_cairo_ft)
dnl ==========================================================================
PKG_CHECK_MODULES(ICU, icu, have_icu=true, [
have_icu=false
if test $cross_compiling == no; then
AC_CHECK_PROG([have_icu], [icu-config], [true], [false])
if $have_icu; then