summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2004-02-27 20:00:21 +0000
committerRafal Szczesniak <mimir@samba.org>2004-02-27 20:00:21 +0000
commit359ca5a5a58935ec1b651b70f1c343e36d6006b2 (patch)
tree71495f629e076b652e3c0a74d151b21bd0b6a2d6 /source3
parente9f51e2ea9442c28a5fed0e931d6d4920dbd517d (diff)
downloadsamba-359ca5a5a58935ec1b651b70f1c343e36d6006b2.tar.gz
samba-359ca5a5a58935ec1b651b70f1c343e36d6006b2.tar.bz2
samba-359ca5a5a58935ec1b651b70f1c343e36d6006b2.zip
Disabling GUMS (gums_tdbsam2) temporarily, to fix the build.
rafal (This used to be commit 39bc55e4d407adb31030a57185f7431434b43a51)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 0dd5813527..fec57ee1f3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -319,7 +319,7 @@ DYNEXP=
dnl Add modules that have to be built by default here
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"
+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"
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"