X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=configure.ac;h=26b7ca27391fd24b2e7eff53313bab9be3329cfd;hb=72f08becce8d26853196e0185fad11b5c7cc645d;hp=9f6d1ef46eac98fb99fb6069aa3fd425727942c3;hpb=daf9b26398d5673c474bce3fde71be2b6b40a2fc;p=apply-default-acl.git diff --git a/configure.ac b/configure.ac index 9f6d1ef..26b7ca2 100644 --- a/configure.ac +++ b/configure.ac @@ -9,14 +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) -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 linux/xattr.h ]) -AC_CHECK_HEADERS([ sys/acl.h sys/libacl.h sys/types.h unistd.h ]) +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 ]) # We need openat() with O_NOFOLLOW from POSIX-2008. Without them, we # can't operate securely; I would rather refuse to be built.