Hoist the code for checking whether or not iconv actually works up into the
commit7c0b5720854a12a9634c504c9139988be1c253b4
authorRichard Sharpe <sharpe@samba.org>
Wed, 13 Aug 2003 19:35:37 +0000 (13 19:35 +0000)
committerRichard Sharpe <sharpe@samba.org>
Wed, 13 Aug 2003 19:35:37 +0000 (13 19:35 +0000)
treeef21459cc9d01fc3aeca67fefedc5f3d314159ca
parente6a062278783101c1680d1e404c2fa2406c65511
Hoist the code for checking whether or not iconv actually works up into the
loop that looks for iconv, because we might have more than one version
of iconv available and the first version might not work like we want, so
we have to keep looking.

We have yet to look for other character conversions as well, but for now,
let's see what the build farm makes of the changes.
(This used to be commit 13be2ca51a6125a6de22fa7afb88ba0688f23ab8)
source3/configure.in