[PATCH 1/2] configure: Check for the getattrlist() function and the <sys/attr.h> header.

Charles Davis cdavis at mymail.mines.edu
Wed Sep 22 13:50:42 CDT 2010


From: Charles Davis <cdavis at mines.edu>

---
 configure.ac        |    2 ++
 1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index f279293..c63276e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -451,6 +451,7 @@ AC_CHECK_HEADERS(\
 	strings.h \
 	stropts.h \
 	sys/asoundlib.h \
+	sys/attr.h \
 	sys/cdio.h \
 	sys/elf32.h \
 	sys/epoll.h \
@@ -1832,6 +1833,7 @@ AC_CHECK_FUNCS(\
 	ftruncate \
 	futimes \
 	futimesat \
+	getattrlist \
 	getdirentries \
 	getopt_long \
 	getpagesize \
-- 
1.7.2.2




More information about the wine-patches mailing list