]> git.pld-linux.org Git - packages/R.git/blame - R-libicuuc.patch
- removed hacks
[packages/R.git] / R-libicuuc.patch
CommitLineData
ea28f6aa
JR
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.053895 seconds and 4 git commands to generate.