elrond 2003/09/30 21:39:02 CEST
Modified files:
source configure.in
Log:
After playing on Solaris a bit more, I've changed my mind
on iconv again.
Let's prefer an external libiconv over any libc internal
one.
The iconv in Solaris' libc seems to work at the first
glance, but is somewhat broken. Some conversions (like
CP850 (IBM-850) -> UCS-2LE can only be done with UTF-8 in
the middle.
And instead of trying ASCII->UCS-2LE for the "is iconv
usable" test, let's use the CP850->UCS-2LE test, which is
harder (at least on Solaris) ;-))
With this, an installed gnu libiconv and telling configure
via CFLAGS and LDFLAGS, where gnu iconv is, basic tests on
Solaris seem to work very well.
Revision Changes Path
1.61 +7 -3 tng/source/configure.in
|