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

tridge at samba.org tridge at samba.org
Mon Nov 15 05:28:11 GMT 2004


Author: tridge
Date: 2004-11-15 05:28:11 +0000 (Mon, 15 Nov 2004)
New Revision: 3745

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

Log:
fixed the posix backend after the recent build changes (it had lost
the detection of HAVE_XATTR_SUPPORT during configure)

Modified:
   branches/SAMBA_4_0/source/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/configure.in
===================================================================
--- branches/SAMBA_4_0/source/configure.in	2004-11-15 00:32:37 UTC (rev 3744)
+++ branches/SAMBA_4_0/source/configure.in	2004-11-15 05:28:11 UTC (rev 3745)
@@ -24,6 +24,7 @@
 SMB_INCLUDE_M4(lib/registry/config.m4)
 SMB_INCLUDE_M4(scripting/config.m4)
 SMB_INCLUDE_M4(gtk/config.m4)
+SMB_INCLUDE_M4(ntvfs/posix/config.m4)
 
 ALLLIBS_LIBS="$LIBS"
 ALLLIBS_CFLAGS="$CFLAGS"



More information about the samba-cvs mailing list