aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql91-server/files/extra-patch-icu4
blob: bf28a732a2bd68be3c819ac09b106966e4de5395 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--- configure.in.orig	2010-12-17 10:24:25.585364941 +0100
+++ configure.in	2010-12-17 10:25:08.921592644 +0100
@@ -947,23 +947,27 @@
 fi
 
 if test "$with_icu" = yes ; then
-  AC_CHECK_LIB(icui18n, ucol_open_44, [], [
-     AC_CHECK_LIB(icui18n, ucol_open_43, [], [
-        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(icui18n, ucol_open_46, [], [
+    AC_CHECK_LIB(icui18n, ucol_open_44, [], [
+       AC_CHECK_LIB(icui18n, ucol_open_43, [], [
+          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_44, [], [
-     AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [
-        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])])
-           ])
-        ])
-     ])
+  AC_CHECK_LIB(icuuc, ucnv_fromUChars_46, [], [
+    AC_CHECK_LIB(icuuc, ucnv_fromUChars_44, [], [
+       AC_CHECK_LIB(icuuc, ucnv_fromUChars_43, [], [
+          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