From: mquinson Date: Thu, 8 Mar 2007 22:44:10 +0000 (+0000) Subject: Check for getline() to provide a replacement when not there X-Git-Tag: v3.3~2142 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/30e581069989854635bc98b4c6a039233bd03dcc?hp=9612c0760b0042c358072ca2d31eb17eb1cc60f3 Check for getline() to provide a replacement when not there git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3217 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 908737e468..740d775ca8 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,8 @@ AC_CHECK_FUNCS([gettimeofday usleep \ sysconf\ readv\ popen\ - signal]) + signal\ + getline]) # check for a working snprintf (or use xbt/snprintf.c, which comes from http://www.ijs.si/software/snprintf/) AC_FUNC_SNPRINTF @@ -329,6 +330,8 @@ AC_CONFIG_FILES([ tools/Makefile tools/gras/Makefile ]) +dnl tools/tesh/Makefile + # GRAMINE_CUT_BEGIN