From e5dbf39900fa63051f64cc447a6742665cbee339 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 7 Jan 2013 17:34:24 -0600 Subject: [PATCH] Bug 58638 - Building fails with ICU due to not passing required flags --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 91ea713..8b74b45 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.7.4