svn commit: samba r18373 - in branches/SAMBA_3_0/source: .

metze at samba.org metze at samba.org
Mon Sep 11 08:16:42 GMT 2006


Author: metze
Date: 2006-09-11 08:16:42 +0000 (Mon, 11 Sep 2006)
New Revision: 18373

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

Log:
copy over configure.developer from samba4 which adds
-C --enable-socket-wrapper

metze

Modified:
   branches/SAMBA_3_0/source/configure.developer


Changeset:
Modified: branches/SAMBA_3_0/source/configure.developer
===================================================================
--- branches/SAMBA_3_0/source/configure.developer	2006-09-11 07:59:02 UTC (rev 18372)
+++ branches/SAMBA_3_0/source/configure.developer	2006-09-11 08:16:42 UTC (rev 18373)
@@ -1,2 +1,5 @@
 #!/bin/sh
-`dirname $0`/configure --enable-developer "$@"
+`dirname $0`/configure -C \
+	--enable-developer \
+	--enable-socket-wrapper \
+	"$@"



More information about the samba-cvs mailing list