Revision: 103 http://trac.macosforge.org/projects/libdispatch/changeset/103 Author: robert@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@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