From: Tim Kientzle Date: Tue, 3 Feb 2009 18:18:44 +0000 (-0500) Subject: Linux build requires us to check for acl and xattr-related headers. X-Git-Tag: v2.7.0~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0030143e22aa311448b33f4c194644e195ea94f;p=thirdparty%2Flibarchive.git Linux build requires us to check for acl and xattr-related headers. SVN-Revision: 537 --- diff --git a/configure.ac b/configure.ac index d49c0056a..5c4554400 100644 --- a/configure.ac +++ b/configure.ac @@ -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])