svn commit: samba r16009 - in branches/SAMBA_4_0/source/ntvfs/posix: .

metze at samba.org metze at samba.org
Fri Jun 2 14:57:19 GMT 2006


Author: metze
Date: 2006-06-02 14:57:18 +0000 (Fri, 02 Jun 2006)
New Revision: 16009

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

Log:
fix the build

metze
Modified:
   branches/SAMBA_4_0/source/ntvfs/posix/config.m4


Changeset:
Modified: branches/SAMBA_4_0/source/ntvfs/posix/config.m4
===================================================================
--- branches/SAMBA_4_0/source/ntvfs/posix/config.m4	2006-06-02 14:38:50 UTC (rev 16008)
+++ branches/SAMBA_4_0/source/ntvfs/posix/config.m4	2006-06-02 14:57:18 UTC (rev 16009)
@@ -42,7 +42,7 @@
 		],[
 		getxattr(NULL, NULL, NULL, 0, 0, 0);
 		],smb_attr_cv_xattr_add_opt=yes,smb_attr_cv_xattr_add_opt=no)
-	  LIBS=$old_LIBS)])
+	  LIBS=$old_LIBS])
 	if test x"$smb_attr_cv_xattr_add_opt" = x"yes"; then
 		AC_DEFINE(XATTR_ADDITIONAL_OPTIONS, 1, [xattr functions have additional options])
 	fi



More information about the samba-cvs mailing list