From 4f65f6396dd6c67f4452ea8b42526442b259f929 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 2 Mar 2018 15:58:56 -0500 Subject: [PATCH] configure.ac: remove the check for the (not used) ftw.h header. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7aa7c58..5b10ac6 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ 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 ftw.h getopt.h libgen.h limits.h linux/xattr.h ]) +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 ]) # We need openat() with O_NOFOLLOW from POSIX-2008. Without them, we -- 2.43.2