Hi,

trunk/m4/xerces_icu_prefix.m4 by James Berry uses a hardcoded pathlist in line 25:

> search_list="$with_icu /usr/local /usr"

This causes trouble on crosscompilation, when the compile hosts icu is found and the host libs are added.

Even though there are switches "--disable-transcoder-icu" and "--with-icu" to manually correct the malfunction, a macro without hardcoded paths would be preferable.

Usage of the crosscompile compatible "AC_CHECK_HEADERS" macro instead of the last two paths should solve the problem.

Ronald

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to