2010-03-25 23:58:11 +01:00
|
|
|
--- configure.in.orig 2010-03-25 22:25:10.655197193 +0100
|
|
|
|
+++ configure.in 2010-03-25 22:25:13.611658318 +0100
|
|
|
|
@@ -945,15 +945,19 @@
|
|
|
|
fi
|
|
|
|
|
|
|
|
if test "$with_icu" = yes ; then
|
|
|
|
- AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [
|
|
|
|
- AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
|
|
|
|
- AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
|
|
|
|
- ])
|
2010-08-05 23:37:28 +02:00
|
|
|
+ AC_CHECK_LIB(icui18n, ucol_open_44, [], [
|
2010-03-25 23:58:11 +01:00
|
|
|
+ AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [
|
|
|
|
+ AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
|
|
|
|
+ AC_CHECK_LIB(icui18n, ucol_open_3_4, [], [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
|
|
|
|
+ ])
|
|
|
|
+ ])
|
|
|
|
])
|
|
|
|
- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
|
|
|
|
- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
|
|
|
|
- AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])])
|
|
|
|
- ])
|
2010-08-05 23:37:28 +02:00
|
|
|
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [
|
2010-03-25 23:58:11 +01:00
|
|
|
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
|
|
|
|
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
|
|
|
|
+ AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], [AC_MSG_ERROR([library 'icuuc' is required for ICU])])
|
|
|
|
+ ])
|
|
|
|
+ ])
|
|
|
|
])
|
|
|
|
fi
|
|
|
|
|