From 0d775b043128e2998cebf822de27eebd9f63afad Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 17 Jun 2008 19:40:28 +0000 Subject: [PATCH] =?utf8?q?Damn.=20I=20forgot=20to=20commit=20the=20check?= =?utf8?q?=20for=20the=20valgrind=20header.=20Without=20this,=20the=20patc?= =?utf8?q?h=20of=20S=C3=A9kou=20is=20useless=20(bummer)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5642 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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.) -- 2.20.1