configure: Add support for detecting valgrind headers
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 14 Apr 2016 20:02:48 +0000 (13:02 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 15 Apr 2016 16:41:15 +0000 (09:41 -0700)
commit2d5bd66e4f5ba15464c1e915a259d2442e88f736
tree272b7bb724bc2cd366af476701500297d7842ed7
parent7e4628da48290f76dd0d4ddc29faf083db0d78ae
configure: Add support for detecting valgrind headers

We have several places where the Vulkan driver explicitly hooks into
valgrind when it's available.  We need to be able to detect it.

Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac