More build fixes

This commit is contained in:
Behdad Esfahbod 2011-08-04 01:57:40 -04:00
parent c747f509bc
commit ecd3b6e4ad
1 changed files with 2 additions and 0 deletions

View File

@ -112,6 +112,8 @@ PKG_CHECK_MODULES(ICU, icu, have_icu=true, [
AC_SUBST(ICU_CFLAGS)
AC_SUBST(ICU_LIBS)
fi
else
have_icu=false
fi
])
if $have_icu; then