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

tridge at samba.org tridge at samba.org
Wed Nov 17 10:02:55 GMT 2004


Author: tridge
Date: 2004-11-17 10:02:55 +0000 (Wed, 17 Nov 2004)
New Revision: 3803

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

Log:
fixed detection of xattr support


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	2004-11-17 07:40:49 UTC (rev 3802)
+++ branches/SAMBA_4_0/source/ntvfs/posix/config.m4	2004-11-17 10:02:55 UTC (rev 3803)
@@ -26,6 +26,7 @@
 dnl sufficient xattr support for posix xattr backend
 AC_CHECK_HEADERS(sys/attributes.h attr/xattr.h sys/xattr.h)
 AC_SEARCH_LIBS(flistxattr, [attr])
+AC_CHECK_FUNCS(flistxattr)
 
 if test x"$ac_cv_func_flistxattr" = x"yes"; then
 	AC_DEFINE(HAVE_XATTR_SUPPORT,1,[Whether we have xattr support])



More information about the samba-cvs mailing list