X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=bd51920beaf244eb0576a45bdd235cc47254ff7e;hb=3149daa9c8f443bdb9dc086316c130046ec852cf;hp=cf5ccce074bc7d9936388ed0457c4a06a6b1669a;hpb=b1f9447809f7c7b35f6f8f24b33b1cd2be2e30fc;p=apply-default-acl.git diff --git a/configure.ac b/configure.ac index cf5ccce..bd51920 100644 --- a/configure.ac +++ b/configure.ac @@ -9,13 +9,14 @@ AC_PROG_CC AM_PROG_AR # Predefined header checks. +AC_HEADER_DIRENT # dirent.h AC_HEADER_STAT # sys/stat.h AC_HEADER_STDBOOL # stdbool.h AC_HEADER_STDC # stdlib.h string.h (implied: errno.h limits.h stdio.h) # Check for header files not covered by the predefined macros above. -AC_CHECK_HEADERS([ fcntl.h getopt.h libgen.h limits.h linux/xattr.h ]) -AC_CHECK_HEADERS([ sys/acl.h sys/libacl.h unistd.h ]) +AC_CHECK_HEADERS([ acl/libacl.h fcntl.h getopt.h libgen.h limits.h ]) +AC_CHECK_HEADERS([ linux/xattr.h sys/acl.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.