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

Charles Davis cdavis at mymail.mines.edu
Sun Dec 5 13:42:12 CST 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 2431c7f..1cc8eee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -457,6 +457,7 @@ AC_CHECK_HEADERS(\
 	strings.h \
 	stropts.h \
 	sys/asoundlib.h \
+	sys/attr.h \
 	sys/cdio.h \
 	sys/elf32.h \
 	sys/epoll.h \
@@ -1898,6 +1899,7 @@ AC_CHECK_FUNCS(\
 	ftruncate \
 	futimes \
 	futimesat \
+	getattrlist \
 	getdirentries \
 	getopt_long \
 	getpagesize \
-- 
1.7.3.2




More information about the wine-patches mailing list