summaryrefslogtreecommitdiff
path: root/libeio.m4
diff options
context:
space:
mode:
authorroot <root>2011-06-05 19:58:37 +0000
committerroot <root>2011-06-05 19:58:37 +0000
commit653e0063cb266d51505942ab3642db3401aa7806 (patch)
treea892176bf259c1dca868b4bf6322817682e08f1e /libeio.m4
parentfab2920f9835dd64d82e321e7e65b9eb09550dba (diff)
*** empty log message ***
Diffstat (limited to 'libeio.m4')
-rw-r--r--libeio.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/libeio.m4 b/libeio.m4
index 5302cfc..32b81c2 100644
--- a/libeio.m4
+++ b/libeio.m4
@@ -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],