svn commit: samba r3753 - in branches/SAMBA_4_0/source: lib/ldb lib/socket smbd

jelmer at samba.org jelmer at samba.org
Mon Nov 15 11:13:35 GMT 2004


Author: jelmer
Date: 2004-11-15 11:13:35 +0000 (Mon, 15 Nov 2004)
New Revision: 3753

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3753

Log:
Have some modules default to "NOT" and enable them again when 
their dependencies are found

Modified:
   branches/SAMBA_4_0/source/lib/ldb/config.m4
   branches/SAMBA_4_0/source/lib/socket/config.m4
   branches/SAMBA_4_0/source/smbd/process_model.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/config.m4	2004-11-15 10:58:56 UTC (rev 3752)
+++ branches/SAMBA_4_0/source/lib/ldb/config.m4	2004-11-15 11:13:35 UTC (rev 3753)
@@ -1,3 +1,4 @@
+SMB_MODULE_DEFAULT(libldb_ldap,NOT)
 if test x"$with_ldap_support" = x"yes"; then
     SMB_MODULE_DEFAULT(libldb_ldap,STATIC)
 fi
@@ -2,2 +3,3 @@
 
+SMB_LIBRARY_ENABLE(libldb,NO)
 if test x"$experimental" = x"yes"; then

Modified: branches/SAMBA_4_0/source/lib/socket/config.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/socket/config.m4	2004-11-15 10:58:56 UTC (rev 3752)
+++ branches/SAMBA_4_0/source/lib/socket/config.m4	2004-11-15 11:13:35 UTC (rev 3753)
@@ -2,6 +2,7 @@
 dnl test for ipv6 using the gethostbyname2() function. That should be sufficient
 dnl for now
 AC_CHECK_FUNCS(gethostbyname2, have_ipv6=true, have_ipv6=false)
+SMB_MODULE_DEFAULT(socket_ipv6, NOT)
 if $have_ipv6 = true; then
     SMB_MODULE_DEFAULT(socket_ipv6, STATIC)
     AC_DEFINE(HAVE_SOCKET_IPV6,1,[Whether the system has ipv6 support])

Modified: branches/SAMBA_4_0/source/smbd/process_model.m4
===================================================================
--- branches/SAMBA_4_0/source/smbd/process_model.m4	2004-11-15 10:58:56 UTC (rev 3752)
+++ branches/SAMBA_4_0/source/smbd/process_model.m4	2004-11-15 11:13:35 UTC (rev 3753)
@@ -1,5 +1,7 @@
 dnl # Server process model subsystem
 
+SMB_MODULE_DEFAULT(process_model_thread,NOT)
+
 #################################################
 # check for pthread support
 AC_MSG_CHECKING(whether to use pthreads)



More information about the samba-cvs mailing list