Kaydet (Commit) 0e61bee4 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Build with ICU<49 by disabling features not around

Thanks to Caolan for the explanation.

Change-Id: I1db0b1f60681c5f2815472b220ba54b4c38c0cd4
üst b0b92d1e
...@@ -7829,7 +7829,7 @@ You can use --with-system-icu-for-build=force to use it anyway.]) ...@@ -7829,7 +7829,7 @@ You can use --with-system-icu-for-build=force to use it anyway.])
else else
ICU_RECLASSIFIED_PREPEND_SET_EMPTY="NO" ICU_RECLASSIFIED_PREPEND_SET_EMPTY="NO"
fi fi
if test "$ICU_MAJOR" -eq 4 -a "$ICU_MINOR" -le 6; then if test "$ICU_MAJOR" -le 4; then
ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER="NO" ICU_RECLASSIFIED_CONDITIONAL_JAPANESE_STARTER="NO"
ICU_RECLASSIFIED_HEBREW_LETTER="NO" ICU_RECLASSIFIED_HEBREW_LETTER="NO"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment