Hoist the code for checking whether or not iconv actually works up into the
commit13be2ca51a6125a6de22fa7afb88ba0688f23ab8
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)
treedfb491676b75363591410b44a0d35521d24eb4cc
parentd14253752f6e5eca217831da22f3d0d00d536b04
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.
source/configure.in