From 359ca5a5a58935ec1b651b70f1c343e36d6006b2 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Fri, 27 Feb 2004 20:00:21 +0000 Subject: Disabling GUMS (gums_tdbsam2) temporarily, to fix the build. rafal (This used to be commit 39bc55e4d407adb31030a57185f7431434b43a51) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit