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

Charles Davis cdavis at mymail.mines.edu
Wed Oct 27 22:57:32 CDT 2010


From: Charles Davis <cdavis at mines.edu>

Now only the configure.ac change is included. Also, the indentation was fixed.

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

diff --git a/configure.ac b/configure.ac
index 7b6818b..255bb07 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 \
@@ -1866,6 +1867,7 @@ AC_CHECK_FUNCS(\
 	ftruncate \
 	futimes \
 	futimesat \
+	getattrlist \
 	getdirentries \
 	getopt_long \
 	getpagesize \
-- 
1.7.3.2




More information about the wine-patches mailing list