diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-04 20:06:12 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-04 20:16:49 +1000 |
commit | a566404362cc7e45b5ce619db81175b55c55c288 (patch) | |
tree | 59f2a62d35531504203b2a3da61cba724145f061 /source3/wscript | |
parent | cac1ebfff6c83bfe6cec3a740dface97f706f9ff (diff) | |
download | samba-a566404362cc7e45b5ce619db81175b55c55c288.tar.gz samba-a566404362cc7e45b5ce619db81175b55c55c288.tar.bz2 samba-a566404362cc7e45b5ce619db81175b55c55c288.zip |
build: Remove references to charset modules - we no longer have these
Diffstat (limited to 'source3/wscript')
-rwxr-xr-x | source3/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript index 4e39c3af28..90fb1018fa 100755 --- a/source3/wscript +++ b/source3/wscript @@ -1440,9 +1440,6 @@ main() { if conf.CHECK_HEADERS('gpfs_gpl.h'): conf.DEFINE('HAVE_GPFS', '1') - # Note that all charset 'modules' must actually be static, due to dependency loop issues - # if we include the module loader in iconv - default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_domain auth_builtin vfs_default |