diff options
author | Tomas Chvatal <tchvatal@suse.cz> | 2012-05-15 15:00:09 +0200 |
---|---|---|
committer | Tomas Chvatal <tchvatal@suse.cz> | 2012-05-15 15:00:09 +0200 |
commit | 0e61bee42ed0af0d83c5a94b495a20bc05861582 (patch) | |
tree | 3c887d38ef4ee519fc4e0d38ce3a5f972e38775a /configure.in | |
parent | b0b92d1e5f2097652b12252a32cea40a5868e20c (diff) |
Build with ICU<49 by disabling features not around
Thanks to Caolan for the explanation.
Change-Id: I1db0b1f60681c5f2815472b220ba54b4c38c0cd4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b1640eacfc7a..8632203b0016 100644 --- a/configure.in +++ b/configure.in @@ -7829,7 +7829,7 @@ You can use --with-system-icu-for-build=force to use it anyway.]) else ICU_RECLASSIFIED_PREPEND_SET_EMPTY="NO" 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_HEBREW_LETTER="NO" fi |