(svn r27367) -Codechange: make a distinction between the layouting part of ICU (lx) or the sorting/collation part of ICU (i18n)

This commit is contained in:
rubidium
2015-08-09 12:33:27 +00:00
parent bdf090b406
commit 69fac508c3
7 changed files with 36 additions and 31 deletions

View File

@@ -1754,7 +1754,7 @@ make_cflags_and_ldflags() {
fi
if [ -n "$icu_config" ]; then
CFLAGS="$CFLAGS -DWITH_ICU"
CFLAGS="$CFLAGS -DWITH_ICU_LAYOUT -DWITH_ICU_SORT"
CFLAGS="$CFLAGS `$icu_config --cppflags | tr '\n\r' ' '`"
# Some icu-configs have the 'feature' of not adding a space where others do add the space