configure.ac: add pthread_attr_get_np support

Tijl Coosemans tijl at ulyssis.org
Sat Aug 5 16:46:44 CDT 2006


* add pthread_attr_get_np support


Don't forget regenerate configure and include/config.h.in.


Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.528
diff -u -r1.528 configure.ac
--- configure.ac	5 Aug 2006 09:41:42 -0000	1.528
+++ configure.ac	5 Aug 2006 21:44:05 -0000
@@ -211,6 +211,7 @@
 	poll.h \
 	process.h \
 	pthread.h \
+	pthread_np.h \
 	pwd.h \
 	regex.h \
 	sched.h \
@@ -780,6 +781,7 @@
 dnl **** Check for pthread functions ****
 WINE_CHECK_LIB_FUNCS(\
         pthread_getattr_np \
+        pthread_attr_get_np \
         pthread_get_stackaddr_np \
         pthread_get_stacksize_np,
         [$LIBPTHREAD])



More information about the wine-patches mailing list