From: mquinson Date: Thu, 8 Sep 2005 14:40:55 +0000 (+0000) Subject: Check whether the readv function is available or not X-Git-Tag: v3.3~3660 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ae4230804d95bf82200cf479fcaa3dd1760c239a 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 --- 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