when we don't have a working iconv library we must default to using only builtin...
commit9635a28181525e5e8cfb8ef77642446a0a4ba280
authorAndrew Tridgell <tridge@samba.org>
Tue, 30 Sep 2003 01:30:15 +0000 (30 01:30 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 30 Sep 2003 01:30:15 +0000 (30 01:30 +0000)
tree502184c709fd52de6f326d9207d3b0e4ad3f0936
parentc11a7e5846002b16d0cb2991b5a7df0636b070d5
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.
source/configure.in