Revision: 23 http://trac.macosforge.org/projects/libdispatch/changeset/23 Author: robert@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
participants (1)
-
source_changes@macosforge.org