Minor
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 4 Aug 2011 05:38:37 +0000 (01:38 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 4 Aug 2011 05:38:37 +0000 (01:38 -0400)
configure.ac

index 125349e7418e525f83d856293aee5a66a2bef93b..9e798cbbd5304efa601944c8df66cecf30a19dcb 100644 (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