configure.ac | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e5dbf39900fa63051f64cc447a6742665cbee339
Author: Behdad Esfahbod <[email protected]>
Date: Mon Jan 7 17:34:24 2013 -0600
Bug 58638 - Building fails with ICU due to not passing required flags
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)
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz