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

ab at samba.org ab at samba.org
Mon Aug 22 16:01:01 GMT 2005


Author: ab
Date: 2005-08-22 16:01:01 +0000 (Mon, 22 Aug 2005)
New Revision: 9478

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

Log:
Fix NTVFS POSIX module to work with EA and blkid after build system changes
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	2005-08-22 14:32:58 UTC (rev 9477)
+++ branches/SAMBA_4_0/source/ntvfs/posix/config.m4	2005-08-22 16:01:01 UTC (rev 9478)
@@ -28,7 +28,7 @@
 AC_SEARCH_LIBS_EXT(flistxattr, [attr], XATTR_LIBS)
 AC_CHECK_FUNC_EXT(flistxattr, $XATTR_LIBS)
 SMB_EXT_LIB(XATTR,[${XATTR_LIBS}],[${XATTR_CFLAGS}],[${XATTR_CPPFLAGS}],[${XATTR_LDFLAGS}])
-if test x"$ac_cv_func_flistxattr" = x"yes"; then
+if test x"$ac_cv_func_ext_flistxattr" = x"yes"; then
 	AC_DEFINE(HAVE_XATTR_SUPPORT,1,[Whether we have xattr support])
 fi
 
@@ -36,6 +36,6 @@
 AC_SEARCH_LIBS_EXT(blkid_get_cache, [blkid], BLKID_LIBS)
 AC_CHECK_FUNC_EXT(blkid_get_cache, $BLKID_LIBS)
 SMB_EXT_LIB(BLKID,[${BLKID_LIBS}],[${BLKID_CFLAGS}],[${BLKID_CPPFLAGS}],[${BLKID_LDFLAGS}])
-if test x"$ac_cv_func_blkid_get_cache" = x"yes"; then
+if test x"$ac_cv_func_ext_blkid_get_cache" = x"yes"; then
 	AC_DEFINE(HAVE_LIBBLKID,1,[Whether we have blkid support (e2fsprogs)])
 fi



More information about the samba-cvs mailing list