X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=26b7ca27391fd24b2e7eff53313bab9be3329cfd;hb=72f08becce8d26853196e0185fad11b5c7cc645d;hp=5b10ac690b535c4e41ec68ab08e0477a667bacaa;hpb=4f65f6396dd6c67f4452ea8b42526442b259f929;p=apply-default-acl.git diff --git a/configure.ac b/configure.ac index 5b10ac6..26b7ca2 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 sys/types.h unistd.h ]) +AC_CHECK_HEADERS([ sys/acl.h sys/libacl.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.