Bug 58638 - Building fails with ICU due to not passing required flags

This commit is contained in:
Behdad Esfahbod 2013-01-07 17:34:24 -06:00
parent 1172dc7362
commit e5dbf39900
1 changed files with 1 additions and 0 deletions

View File

@ -171,6 +171,7 @@ dnl ==========================================================================
PKG_CHECK_MODULES(ICU, icu-uc, have_icu=true, have_icu=false)
if $have_icu; then
CXXFLAGS="$CXXFLAGS `$PKG_CONFIG --variable=CXXFLAGS icu-uc`"
AC_DEFINE(HAVE_ICU, 1, [Have ICU library])
fi
AM_CONDITIONAL(HAVE_ICU, $have_icu)