From ae391ded5124c8ae35339a6c12c5beec0fbceaf0 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Wed, 25 Mar 2015 23:07:20 -0500 Subject: [PATCH] detect attr/xattr.h for tree-cmp.c --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index b590df32..5d86b1a1 100644 --- a/configure.ac +++ b/configure.ac @@ -63,6 +63,7 @@ AC_CHECK_FUNCS([futimens utimensat flock mempcpy \ # Header checks, most of which are only here to satisfy conditional includes # made by the libntfs-3g headers. AC_CHECK_HEADERS([alloca.h \ + attr/xattr.h \ byteswap.h \ endian.h \ errno.h \ -- 2.43.0