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

Charles Davis cdavis at mymail.mines.edu
Wed Nov 3 12:12:50 CDT 2010


From: Charles Davis <cdavis at mines.edu>

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

diff --git a/configure.ac b/configure.ac
index f0ebc03..d390a38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -453,6 +453,7 @@ AC_CHECK_HEADERS(\
 	strings.h \
 	stropts.h \
 	sys/asoundlib.h \
+	sys/attr.h \
 	sys/cdio.h \
 	sys/elf32.h \
 	sys/epoll.h \
@@ -1872,6 +1873,7 @@ AC_CHECK_FUNCS(\
 	ftruncate \
 	futimes \
 	futimesat \
+	getattrlist \
 	getdirentries \
 	getopt_long \
 	getpagesize \
-- 
1.7.3.2




More information about the wine-patches mailing list