Enabled ICU again

This commit is contained in:
Behdad Esfahbod 2012-06-06 03:42:36 -04:00
parent 6220e5fc0d
commit 4282d2f377
1 changed files with 0 additions and 1 deletions

View File

@ -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