Re: [Mesa-dev] [PATCH 1/2] configure: Detect valgrind headers

2016-04-14 Thread Matt Turner
On Thu, Apr 14, 2016 at 1:06 PM, Jason Ekstrand wrote: > We have several places where the Vulkan driver explicitly hooks into > valgrind when it's available. We need to be able to detect it. > --- > configure.ac | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/configure.ac b/confi

[Mesa-dev] [PATCH 1/2] configure: Detect valgrind headers

2016-04-14 Thread Jason Ekstrand
We have several places where the Vulkan driver explicitly hooks into valgrind when it's available. We need to be able to detect it. --- configure.ac | 7 +++ 1 file changed, 7 insertions(+) diff --git a/configure.ac b/configure.ac index c426c72..40b08d3 100644 --- a/configure.ac +++ b/config