]> arthur.barton.de Git - bup.git/commit
Remove dependency on linux/ext2_fs.h
authorYung-Chin Oei <yungchin@yungchin.nl>
Wed, 24 Oct 2012 02:26:35 +0000 (03:26 +0100)
committerRob Browning <rlb@defaultvalue.org>
Wed, 23 Jan 2013 01:01:39 +0000 (19:01 -0600)
commitea8cd0ca0c102a8aa476edcf1e11f2a509aed863
tree9294cbea4ff2b478cfe1b97e7022b360bf0a8bfb
parent82f3694685ad308609a50299a66d295df6c43202
Remove dependency on linux/ext2_fs.h

Due to a missing header in (some versions of) linux/ext2_fs.h,
configure's AC_CHECK_HEADERS test fails for this header, making it
appear "not found", and causing Linux-attr support to be disabled in bup
for no good reason.

Given that all the flags bup needs are available in linux/fs.h, we can
safely remove the requirement for linux/ext2_fs.h altogether, to work
around the problem.

Signed-off-by: Yung-Chin Oei <yungchin@yungchin.nl>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
config/configure
lib/bup/_helpers.c