]> git.pld-linux.org Git - packages/icu.git/blame - ac264-hack.patch
- add autoconf 2.64 hack; rel 2
[packages/icu.git] / ac264-hack.patch
CommitLineData
7bbe00a5
ER
1--- icu/source/configure.in~ 2009-09-21 21:51:51.000000000 +0300
2+++ icu/source/configure.in 2009-09-21 21:51:55.877963019 +0300
3@@ -517,6 +517,11 @@
4
5 AC_SUBST(U_HAVE_DIRENT_H)
6
7+dnl this AC_LINK_IFELSE is early here so that ac 2.64 wouldn't define the `ac_fn_cxx_try_link' in if..else condition
8+dnl this is a hack but at this time i don't know what is the real fix
9+AC_LANG_PUSH([C++])
10+AC_LINK_IFELSE([AC_LANG_PROGRAM()])
11+AC_LANG_POP([C++])
12
13 AC_ARG_WITH(iostream,
14 [ --with-iostream=version specify the version of iostream to use (none, old, std, auto) [default=auto]],
This page took 0.0838 seconds and 4 git commands to generate.