This is an intermediate commit ... we check for three different charsets
authorRichard Sharpe <sharpe@samba.org>
Wed, 13 Aug 2003 21:29:59 +0000 (21:29 +0000)
committerRichard Sharpe <sharpe@samba.org>
Wed, 13 Aug 2003 21:29:59 +0000 (21:29 +0000)
commit81dc28ca82b94d1bc42f96273f6cefac6ca1848c
tree2c86e87a73743d4b608d27297d3b7c5ba4a5bfd9
parent033ee6e68708f687ccd053eab4a7dac16937354b
This is an intermediate commit ... we check for three different charsets
in an iconv_open to be more robust.

However, what we really want to do is find the name for something like CP850,
which can be IBM850 on Solaris, and we might want to also check for
ISO-8859-1.

So, this commit adds a macro to aclocal.m4 that can check for a specific
charset.
source/aclocal.m4
source/configure.in