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

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 13 06:17:35 PST 2009


Revision: 151
          http://trac.macosforge.org/projects/libdispatch/changeset/151
Author:   robert at fledge.watson.org
Date:     2009-11-13 06:17:32 -0800 (Fri, 13 Nov 2009)
Log Message:
-----------
Detect sysconf() availability.

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

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2009-11-13 00:13:18 UTC (rev 150)
+++ trunk/configure.ac	2009-11-13 14:17:32 UTC (rev 151)
@@ -184,7 +184,7 @@
 AC_CHECK_DECLS([FD_COPY], [], [], [[#include <sys/select.h>]])
 AC_CHECK_DECLS([SIGEMT], [], [], [[#include <signal.h>]])
 AC_CHECK_DECLS([VQ_UPDATE, VQ_VERYLOWDISK], [], [], [[#include <sys/mount.h>]])
-AC_CHECK_FUNCS([pthread_key_init_np pthread_main_np mach_absolute_time malloc_create_zone])
+AC_CHECK_FUNCS([pthread_key_init_np pthread_main_np mach_absolute_time malloc_create_zone sysconf])
 
 AC_CHECK_DECLS([POSIX_SPAWN_START_SUSPENDED],
   [have_posix_spawn_start_suspended=true],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/libdispatch-changes/attachments/20091113/c06ac3fe/attachment-0001.html>


More information about the libdispatch-changes mailing list