From ae4230804d95bf82200cf479fcaa3dd1760c239a Mon Sep 17 00:00:00 2001 From: mquinson Date: Thu, 8 Sep 2005 14:40:55 +0000 Subject: [PATCH 1/1] Check whether the readv function is available or not git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1697 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1378f234a7..f3a240d710 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,8 @@ AC_CHECK_HEADERS([sys/socket.h \ execinfo.h]) AC_CHECK_FUNCS([gettimeofday usleep \ getdtablesize \ - sysconf]) + sysconf\ + readv]) # check for a working snprintf (or use xbt/snprintf.c, which comes from http://www.ijs.si/software/snprintf/) AC_FUNC_SNPRINTF -- 2.20.1