diff options
author | Simo Sorce <idra@samba.org> | 2003-11-16 09:11:38 +0000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2003-11-16 09:11:38 +0000 |
commit | fca92574af0ec65745ae510b894e484fa154b606 (patch) | |
tree | 13870adf028a8674626dbd971a3375a1f816ab90 | |
parent | c473b3983e068ef638fb43956076594fb0fac8fc (diff) | |
download | samba-fca92574af0ec65745ae510b894e484fa154b606.tar.gz samba-fca92574af0ec65745ae510b894e484fa154b606.tar.bz2 samba-fca92574af0ec65745ae510b894e484fa154b606.zip |
do not build config_ldap by default
(forget to remove the module from the default list after testing :-)
(This used to be commit aae13b2e63dd3aeafe7dcb48a484da9d51a0a589)
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index b8c8eeaaa0..64fd7bd168 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -300,7 +300,7 @@ dnl These have to be built static: default_static_modules="pdb_smbpasswd pdb_tdbsam rpc_lsa rpc_samr rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_epmapper auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin pdb_gums gums_tdbsam2" dnl These are preferably build shared, and static if dlopen() is not available -default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap charset_CP850 charset_CP437 config_ldap" +default_shared_modules="vfs_recycle vfs_audit vfs_extd_audit vfs_netatalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap charset_CP850 charset_CP437" if test "x$developer" = xyes; then default_static_modules="$default_static_modules rpc_echo" |