Revision: 119 http://trac.macosforge.org/projects/libdispatch/changeset/119 Author: robert@fledge.watson.org Date: 2009-11-04 01:51:37 -0800 (Wed, 04 Nov 2009) Log Message: ----------- Build dispatch_c99 with -std=c99, but not -pedantic as found in Makefile.darwin as that appears non-portable currently. Modified Paths: -------------- trunk/testing/Makefile.am Modified: trunk/testing/Makefile.am =================================================================== --- trunk/testing/Makefile.am 2009-11-04 09:12:26 UTC (rev 118) +++ trunk/testing/Makefile.am 2009-11-04 09:51:37 UTC (rev 119) @@ -16,6 +16,8 @@ dispatch_starfish \ queue_finalizer +dispatch_c99_CFLAGS=-std=c99 + if HAVE_BLOCKS BLOCKS_TESTS= \ dispatch_after \
participants (1)
-
source_changes@macosforge.org