diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-30 08:23:38 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-30 04:15:12 +0200 |
commit | 1d3e5eda038deebe7e3d2d122c8d9963b548edfb (patch) | |
tree | 42aba54ed8999f00f418ef787f205d006252f114 /source3/configure.in | |
parent | dde4d6fce9e3daa6a2332b9cbc0165a18fca0ccd (diff) | |
download | samba-1d3e5eda038deebe7e3d2d122c8d9963b548edfb.tar.gz |
s3-build: We do not have CHARSET modules any more
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 324586c40d..989b617d57 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6422,8 +6422,6 @@ SMB_SUBSYSTEM(IDMAP, winbindd/idmap.o) SMB_MODULE(nss_info_template, winbindd/nss_info_template.o, "bin/template.$SHLIBEXT", NSS_INFO) SMB_SUBSYSTEM(NSS_INFO, winbindd/nss_info.o) -SMB_SUBSYSTEM(CHARSET,lib/iconv.o) - SMB_MODULE(auth_sam, \$(AUTH_SAM_OBJ), "bin/sam.$SHLIBEXT", AUTH) SMB_MODULE(auth_unix, \$(AUTH_UNIX_OBJ), "bin/unix.$SHLIBEXT", AUTH) SMB_MODULE(auth_winbind, \$(AUTH_WINBIND_OBJ), "bin/winbind.$SHLIBEXT", AUTH) |