http://bugs.winehq.org/show_bug.cgi?id=8199
rmh@aybabtu.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #5994 is|0 |1 obsolete| |
------- Additional Comments From rmh@aybabtu.com 2007-30-04 11:43 ------- Created an attachment (id=6040) --> (http://bugs.winehq.org/attachment.cgi?id=6040&action=view) same, with s/AC_TRY_LINK/AC_RUN_IFELSE/g
It seems it's not sure if binutils maintainers will change behaviour to make link fail when mixing incompatible objects. I would suggest to be safe and use
AC_RUN_IFELSE rather than AC_TRY_LINK, so that this problem can be detected with any version of binutils.
2007-04-30 Robert Millan rmh@aybabtu.com
* configure, configure.ac: Fallback to -lsicuuc and -lsicudata when variable overrides aren't set. Use AC_RUN_IFELSE rather than AC_TRY_LINK.