Modified: trunk/configure.ac (114 => 115)
--- 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)