diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-16 14:52:28 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-20 04:53:05 +0200 |
commit | 8316577b7538f7204c5fd6328756c4c3f171b36e (patch) | |
tree | 12afa55329f2b725c8a4ba26bf9e222683d8a9bb /source3/wscript | |
parent | be4f188128d631abe014a8182c22a03f4c09264a (diff) | |
download | samba-8316577b7538f7204c5fd6328756c4c3f171b36e.tar.gz samba-8316577b7538f7204c5fd6328756c4c3f171b36e.tar.bz2 samba-8316577b7538f7204c5fd6328756c4c3f171b36e.zip |
lib/util/charcnv: Remove broken internal CP850 and CP464 modules
These modules are now known to be faulty, and Samba 3.6.0 didn't
include support for them, so we now require a system iconv if you wish
to support these character sets for the non-ASCII range.
Andrew Bartlett
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript index 1f4e7c37cf..86949d258c 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1735,9 +1735,6 @@ main() { default_static_modules.extend(TO_LIST('pdb_ads auth_netlogond charset_weird')) default_shared_modules.extend(TO_LIST('perfcount_test')) - if Options.options.developer or not conf.CONFIG_SET('HAVE_NATIVE_ICONV'): - default_static_modules.extend(TO_LIST('charset_CP850 charset_CP437')) - if conf.env.toplevel_build: default_static_modules.extend(TO_LIST('pdb_samba4 auth_samba4')) |