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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 3 06:51:09 PST 2009


Revision: 103
          http://trac.macosforge.org/projects/libdispatch/changeset/103
Author:   robert at fledge.watson.org
Date:     2009-11-03 06:51:08 -0800 (Tue, 03 Nov 2009)
Log Message:
-----------
Remove test for Availability.h, it is now included by public headers based
on __APPLE__, but never by internal build bits.

Suggested by:	Kevin Van Vechten <kvv at apple.com>

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

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-11-03 14:48:40 UTC (rev 102)
+++ trunk/configure.ac	2009-11-03 14:51:08 UTC (rev 103)
@@ -137,7 +137,7 @@
 # Checks for header files.
 #
 AC_HEADER_STDC
-AC_CHECK_HEADERS([Availability.h TargetConditionals.h pthread_machdep.h pthread_np.h malloc/malloc.h libkern/OSCrossEndian.h libkern/OSAtomic.h])
+AC_CHECK_HEADERS([TargetConditionals.h pthread_machdep.h pthread_np.h malloc/malloc.h libkern/OSCrossEndian.h libkern/OSAtomic.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/20091103/5dc7db69/attachment.html>


More information about the libdispatch-changes mailing list