--- libeio/libeio.m4 2010/12/02 10:04:48 1.12 +++ libeio/libeio.m4 2011/06/05 19:58:37 1.13 @@ -1,3 +1,7 @@ +dnl openbsd in it's neverending brokenness requires stdint.h for intptr_t, +dnl but that header isn't very portable... +AC_CHECK_HEADERS([stdint.h]) + AC_SEARCH_LIBS( pthread_create, [pthread pthreads pthreadVC2],