From a566404362cc7e45b5ce619db81175b55c55c288 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 4 Sep 2012 20:06:12 +1000 Subject: build: Remove references to charset modules - we no longer have these --- source3/wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/wscript') diff --git a/source3/wscript b/source3/wscript index 4e39c3af288..90fb1018fa6 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 -- cgit