From: Michael Orlitzky Date: Fri, 2 Mar 2018 20:58:16 +0000 (-0500) Subject: configure.ac: drop AC_TYPE_MODE_T since we don't use mode_t anywhere. X-Git-Tag: v0.3.0~5 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=apply-default-acl.git;a=commitdiff_plain;h=12c8a2fb55fd8998eb83efd1380cc563ec69a86b configure.ac: drop AC_TYPE_MODE_T since we don't use mode_t anywhere. --- diff --git a/configure.ac b/configure.ac index 9f6d1ef..7aa7c58 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,6 @@ AM_PROG_AR 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 ])