configure.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0e61bee42ed0af0d83c5a94b495a20bc05861582
Author: Tomas Chvatal <[email protected]>
Date: Tue May 15 15:00:09 2012 +0200
Build with ICU<49 by disabling features not around
Thanks to Caolan for the explanation.
Change-Id: I1db0b1f60681c5f2815472b220ba54b4c38c0cd4
diff --git a/configure.in b/configure.in
index b1640ea..8632203 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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits