From: mquinson Date: Sun, 7 Aug 2005 23:00:50 +0000 (+0000) Subject: Check for execinfo.h, it's not always there (actually, only under linux) X-Git-Tag: v3.3~3726 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/79e5adfad7b797250155cd0726a2f0930008af46 Check for execinfo.h, it's not always there (actually, only under linux) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1630 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index cef2f38186..f1ddd70e1e 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,8 @@ AC_CHECK_HEADERS([sys/socket.h \ sys/stat.h \ windows.h winsock.h winsock2.h \ sys/time.h \ - errno.h unistd.h ]) + errno.h unistd.h \ + execinfo.h]) AC_CHECK_FUNCS([gettimeofday usleep \ getdtablesize \ sysconf])