]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - configure.ac
build: Add autoconf check for fsetxattr call
authorJan Tulak <jtulak@redhat.com>
Tue, 13 Oct 2015 23:58:03 +0000 (10:58 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 13 Oct 2015 23:58:03 +0000 (10:58 +1100)
commitc14c7b795c0bdb92d925bab44e8239867b2883c6
treec865074b8a1e502b6ddbe4737b1f3b3749aff63e
parent7f7fd8ac1f5cc0d3af7c2f050ac070a321581de5
build: Add autoconf check for fsetxattr call

OS X has fsetxattr() in another header and with different arguments.
For now, check for the Linux variant and if not available, skip
the code using the call.

Signed-off-by: Jan Tulak <jtulak@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
configure.ac
fsr/xfs_fsr.c
include/builddefs.in
m4/package_libcdev.m4