From ddbf4edc5d09a645351b1bd1722b068aba6a6dec Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 4 Aug 2011 01:38:37 -0400 Subject: [PATCH] Minor --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 125349e7..9e798cbb 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- GitLab