X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f885aa29e590cb747421ebfe897310e7e99c8658..f78357894fdaf1f21afbb5b917e3f98f9b136a9e:/configure.ac diff --git a/configure.ac b/configure.ac index e99f0a14d2..c6fe50bfcb 100644 --- a/configure.ac +++ b/configure.ac @@ -199,6 +199,7 @@ if test "x$with_context" = "xucontext" ; then if test ".$mcsc" = .yes; then AC_MSG_RESULT(found working ucontext. Great!) AC_DEFINE([CONTEXT_UCONTEXT],1,[Define if xbt contexts are based on ucontext or not]) + AC_CHECK_HEADERS([valgrind/valgrind.h]) else if test ".$windows_context" = .yes ; then AC_MSG_RESULT(use windows context portability layer.)