icu.XXXX.buildfix.patch 490 B

123456789101112131415
  1. --- icu/source/configure.in 2009-07-01 19:51:26.000000000 +0100
  2. +++ icu/source/configure.in 2009-11-19 09:12:23.000000000 +0000
  3. @@ -57,6 +57,11 @@
  4. AC_SUBST(cross_compiling)
  5. +dnl use the pld hack to get ac_fn_cxx_try_link defined globally and not local
  6. +AC_LANG_PUSH([C++])
  7. +AC_LINK_IFELSE([AC_LANG_PROGRAM()])
  8. +AC_LANG_POP([C++])
  9. +
  10. # make sure install is relative to srcdir - if a script
  11. if test "$srcdir" = "."; then
  12. # If srcdir isn't just ., then (srcdir) is already prepended.