Check to see if -lkqueue is required to use kqueue(); if so, link libdispatch against it. Submitted by: Mark Heily <mark@heily.com>
--- trunk/configure.ac 2009-11-01 12:09:25 UTC (rev 79)
+++ trunk/configure.ac 2009-11-01 12:12:16 UTC (rev 80)
@@ -122,6 +122,7 @@
# Find libraries we will need
#
AC_SEARCH_LIBS(clock_gettime, rt)
+AC_SEARCH_LIBS(kqueue, kqueue)
AC_SEARCH_LIBS(pthread_create, pthread)
#