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

Charles Davis cdavis at mymail.mines.edu
Sun Oct 17 23:59:31 CDT 2010


---
 configure           |    2 ++
 configure.ac        |    2 ++
 include/config.h.in |    6 ++++++
 3 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 85983d5..500c6c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -452,6 +452,7 @@ AC_CHECK_HEADERS(\
 	strings.h \
 	stropts.h \
 	sys/asoundlib.h \
+	sys/attr.h \
 	sys/cdio.h \
 	sys/elf32.h \
 	sys/epoll.h \
@@ -1838,6 +1839,7 @@ AC_CHECK_FUNCS(\
 	ftruncate \
 	futimes \
 	futimesat \
+ 	getattrlist \
 	getdirentries \
 	getopt_long \
 	getpagesize \
-- 
1.7.3.1




More information about the wine-patches mailing list