From 4282d2f3771d6510c27b62e54cc1254d6f2389b3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 6 Jun 2012 03:42:36 -0400 Subject: [PATCH] Enabled ICU again --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 51a3597..2fb058f 100644 --- a/configure.ac +++ b/configure.ac @@ -137,7 +137,6 @@ PKG_CHECK_MODULES(ICU, icu, have_icu=true, [ AC_SUBST(ICU_LIBS) fi ]) -have_icu=false if $have_icu; then AC_DEFINE(HAVE_ICU, 1, [Have ICU library]) fi -- 2.7.4