ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/libeio.m4
(Generate patch)

Comparing libeio/libeio.m4 (file contents):
Revision 1.12 by root, Thu Dec 2 10:04:48 2010 UTC vs.
Revision 1.13 by root, Sun Jun 5 19:58:37 2011 UTC

1dnl openbsd in it's neverending brokenness requires stdint.h for intptr_t,
2dnl but that header isn't very portable...
3AC_CHECK_HEADERS([stdint.h])
4
1AC_SEARCH_LIBS( 5AC_SEARCH_LIBS(
2 pthread_create, 6 pthread_create,
3 [pthread pthreads pthreadVC2], 7 [pthread pthreads pthreadVC2],
4 , 8 ,
5 [AC_MSG_ERROR(pthread functions not found)] 9 [AC_MSG_ERROR(pthread functions not found)]

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines