Revision
80
Author
robert@fledge.watson.org
Date
2009-11-01 04:12:16 -0800 (Sun, 01 Nov 2009)

Log Message

Check to see if -lkqueue is required to use kqueue(); if so, link libdispatch
against it.

Submitted by:	Mark Heily <mark@heily.com>

Modified Paths

Diff

Modified: trunk/configure.ac (79 => 80)


--- 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)
 
 #