From 12c8a2fb55fd8998eb83efd1380cc563ec69a86b Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 2 Mar 2018 15:58:16 -0500 Subject: [PATCH] configure.ac: drop AC_TYPE_MODE_T since we don't use mode_t anywhere. --- configure.ac | 1 - 1 file changed, 1 deletion(-) 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 ]) -- 2.43.2