X-Git-Url: http://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=blobdiff_plain;f=configure.ac;h=6e458723ac766dd0f25487a851deccafbc7bb92f;hp=e64224a7a3077f3ddc993315399abfe390915abb;hb=9cf74aa49835a8309bdc1d9e12afe1925003f141;hpb=237493e8056c43b284755c1717d7ad25eb3da029 diff --git a/configure.ac b/configure.ac index e64224a..6e45872 100644 --- a/configure.ac +++ b/configure.ac @@ -15,8 +15,8 @@ AC_HEADER_STDC # stdlib.h string.h (implied: errno.h limits.h stdio.h) AC_TYPE_MODE_T # Check for header files not covered by the predefined macros above. -AC_CHECK_HEADERS([ fcntl.h ftw.h getopt.h libgen.h limits.h sys/acl.h ]) -AC_CHECK_HEADERS([ sys/libacl.h sys/types.h unistd.h ]) +AC_CHECK_HEADERS([ fcntl.h ftw.h getopt.h libgen.h limits.h linux/xattr.h ]) +AC_CHECK_HEADERS([ sys/acl.h sys/libacl.h sys/types.h unistd.h ]) # We need openat() with O_NOFOLLOW from POSIX-2008. Without them, we # can't operate securely; I would rather refuse to be built.