[libdispatch-changes] [80] trunk/configure.ac

source_changes at macosforge.org source_changes at macosforge.org
Sun Nov 1 04:12:16 PST 2009


Revision: 80
          http://trac.macosforge.org/projects/libdispatch/changeset/80
Author:   robert at 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 at heily.com>

Modified Paths:
--------------
    trunk/configure.ac

Modified: trunk/configure.ac
===================================================================
--- 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)
 
 #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091101/d76de3a0/attachment-0001.html>


More information about the libdispatch-changes mailing list