]> git.ipfire.org Git - thirdparty/libarchive.git/commit
configure.ac: check acl/libacl.h and sys/acl.h based on requirement
authorMaxin B. John <maxin.john@intel.com>
Thu, 2 Jun 2016 13:08:02 +0000 (16:08 +0300)
committerMaxin B. John <maxin.john@intel.com>
Fri, 3 Jun 2016 09:26:18 +0000 (12:26 +0300)
commitb30c530aaf5068a652a479f3e46c74eb1716861a
tree9ac5aad2294d90c695f965da5a54f3c7f2edb757
parent83c3e2e675d26bfafcc9b3e1bcf166ee4ba93611
configure.ac: check acl/libacl.h and sys/acl.h based on requirement

acl/libacl.h and sys/acl.h check should not happen when we explicitly
disable it with --disable-acl.

Similarly, update attr/xattr.h for --disable-xattr option.

Update the help texts to reflect what it really does.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
configure.ac