svn commit: samba r12128 - in branches/SAMBA_4_0/source: .

metze at samba.org metze at samba.org
Thu Dec 8 14:17:59 GMT 2005


Author: metze
Date: 2005-12-08 14:17:58 +0000 (Thu, 08 Dec 2005)
New Revision: 12128

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

Log:
add --enable-socket-wrapper

metze
Modified:
   branches/SAMBA_4_0/source/configure.developer


Changeset:
Modified: branches/SAMBA_4_0/source/configure.developer
===================================================================
--- branches/SAMBA_4_0/source/configure.developer	2005-12-08 14:06:42 UTC (rev 12127)
+++ branches/SAMBA_4_0/source/configure.developer	2005-12-08 14:17:58 UTC (rev 12128)
@@ -1,2 +1,5 @@
 #!/bin/sh
-`dirname $0`/configure -C --enable-developer "$@"
+`dirname $0`/configure -C \
+	--enable-developer \
+	--enable-socket-wrapper \
+	"$@"



More information about the samba-cvs mailing list