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

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 14 04:49:47 PDT 2009


Revision: 23
          http://trac.macosforge.org/projects/libdispatch/changeset/23
Author:   robert at fledge.watson.org
Date:     2009-09-14 04:49:45 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
Check for pthread_workqueue.h.

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

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-09-14 11:26:18 UTC (rev 22)
+++ trunk/configure.ac	2009-09-14 11:49:45 UTC (rev 23)
@@ -75,7 +75,7 @@
 # Checks for header files.
 #
 AC_HEADER_STDC
-AC_CHECK_HEADERS([Availability.h pthread_np.h malloc/malloc.h])
+AC_CHECK_HEADERS([Availability.h pthread_np.h pthread_workqueue.h malloc/malloc.h])
 
 #
 # We use the availability of mach.h to decide whether to compile in all sorts
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20090914/cd125373/attachment.html>


More information about the libdispatch-changes mailing list