when we don't have a working iconv library we must default to using only builtin...
authorAndrew Tridgell <tridge@samba.org>
Tue, 30 Sep 2003 01:30:15 +0000 (01:30 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 30 Sep 2003 01:30:15 +0000 (01:30 +0000)
commit9e0e0d67ca00ff518d65981be85a27b20d9ca258
treed828eb9f4cf3f7f118b8c293fdfda38a2bafd7fc
parent57c863190db9ac80529866ec6408bb03ef5e514c
when we don't have a working iconv library we must default to using only builtin charsets. Defaulting to CP850 when we have just determined that it doesn't work just guarantees that Samba won't work at all (in fact it just seg faults at startup). This fixes Samba on AIX, and I expect on a bunch of other platforms.
(This used to be commit 9635a28181525e5e8cfb8ef77642446a0a4ba280)
source3/configure.in