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

source_changes at macosforge.org source_changes at macosforge.org
Tue Nov 3 15:12:33 PST 2009


Revision: 115
          http://trac.macosforge.org/projects/libdispatch/changeset/115
Author:   robert at fledge.watson.org
Date:     2009-11-03 15:12:32 -0800 (Tue, 03 Nov 2009)
Log Message:
-----------
Fix POSIX_SPAWN_START_SUSPENDED checks.

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

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-11-03 22:49:45 UTC (rev 114)
+++ trunk/configure.ac	2009-11-03 23:12:32 UTC (rev 115)
@@ -181,8 +181,9 @@
 AC_CHECK_FUNCS([pthread_key_init_np pthread_main_np mach_absolute_time malloc_create_zone])
 
 AC_CHECK_DECLS([POSIX_SPAWN_START_SUSPENDED],
-  [have_posix_spawn_start_suspended=true]
-  [have_posix_spawn_start_suspended=false]
+  [have_posix_spawn_start_suspended=true],
+  [have_posix_spawn_start_suspended=false],
+  [[#include <sys/spawn.h>]]
 )
 AM_CONDITIONAL(HAVE_POSIX_SPAWN_START_SUSPENDED, $have_posix_spawn_start_suspended)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091103/489ce043/attachment.html>


More information about the libdispatch-changes mailing list