Enabled ICU again
diff --git a/configure.ac b/configure.ac
index 51a3597..2fb058f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,7 +137,6 @@
 		AC_SUBST(ICU_LIBS)
 	fi
 ])
-have_icu=false
 if $have_icu; then
 	AC_DEFINE(HAVE_ICU, 1, [Have ICU library])
 fi