Fix charset detection code in configure.
authorAlexander Bokovoy <ab@samba.org>
Fri, 15 Aug 2003 20:09:12 +0000 (20:09 +0000)
committerAlexander Bokovoy <ab@samba.org>
Fri, 15 Aug 2003 20:09:12 +0000 (20:09 +0000)
commit7ddf760beabd61b180c10b6a5a45d472d432da93
treeb17a234375322a6cea51204d191ec95ec942d292
parentbb6fb2880b8f567871c590305447b682c0ce182c
Fix charset detection code in configure.
Now we are:
1. Try to find correct name for default character sets for the platform
2. Use DEFAULT_{DOS|DISPLAY|UNIX}_CHARSET defines set during configure phase as defaults

This should fix CP850 problem on Solaris (at least) because it actually has IBM850 which
is the same but under different name
(This used to be commit 836b9fffa0eadc818019ba36ed764e97d4f9a801)
source3/aclocal.m4
source3/configure.in
source3/param/loadparm.c