]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Linux build requires us to check for acl and xattr-related headers.
authorTim Kientzle <kientzle@gmail.com>
Tue, 3 Feb 2009 18:18:44 +0000 (13:18 -0500)
committerTim Kientzle <kientzle@gmail.com>
Tue, 3 Feb 2009 18:18:44 +0000 (13:18 -0500)
SVN-Revision: 537

configure.ac

index d49c0056aa199489b4bbdf934f247ee4a22bf348..5c4554400769c7032f04e1a48ea56fb29b00f994 100644 (file)
@@ -162,7 +162,8 @@ AM_CONDITIONAL([STATIC_BSDCPIO], [ test "$static_bsdcpio" = yes ])
 AC_HEADER_STDC
 AC_HEADER_DIRENT
 AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([ctype.h errno.h ext2fs/ext2_fs.h fcntl.h grp.h])
+AC_CHECK_HEADERS([acl/libacl.h attr/xattr.h ctype.h errno.h])
+AC_CHECK_HEADERS([ext2fs/ext2_fs.h fcntl.h grp.h])
 AC_CHECK_HEADERS([inttypes.h langinfo.h limits.h linux/fs.h])
 AC_CHECK_HEADERS([locale.h paths.h poll.h pwd.h regex.h stdarg.h])
 AC_CHECK_HEADERS([stdint.h stdlib.h string.h])