]> git.pld-linux.org Git - packages/R.git/blob - R-libicuuc.patch
- fix linicui18n detection
[packages/R.git] / R-libicuuc.patch
1 --- R-2.8.1/configure.ac~       2008-09-22 00:05:30.000000000 +0200
2 +++ R-2.8.1/configure.ac        2009-01-04 02:58:40.000000000 +0100
3 @@ -1956,9 +1956,9 @@
4    AC_CHECK_LIB(icui18n, ucol_open_3_8, [], [
5      AC_CHECK_LIB(icui18n, ucol_open_3_6, [], [
6        AC_CHECK_LIB(icui18n, ucol_open_3_4, [], 
7 -        [AC_MSG_ERROR([library 'icui18n' is required for ICU])])
8 -    ])
9 -  ])
10 +        [AC_MSG_ERROR([library 'icui18n' is required for ICU])], -licuuc)
11 +    ], -licuuc)
12 +  ], -licuuc)
13    AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_8, [], [
14      AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_6, [], [
15        AC_CHECK_LIB(icuuc, ucnv_fromUChars_3_4, [], 
This page took 0.035953 seconds and 4 git commands to generate.