Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check for getline() to provide a replacement when not there
[simgrid.git] / configure.ac
index 908737e..740d775 100644 (file)
@@ -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