configure.ac: Don't use $CLANG since it will collide with the static analyzer.
authorJeremy Huddleston <jeremyhu@apple.com>
Thu, 5 May 2011 21:08:57 +0000 (14:08 -0700)
committerJeremy Huddleston <jeremyhu@apple.com>
Fri, 27 Jan 2012 17:04:13 +0000 (09:04 -0800)
commitb728eefb06c26e4b5a25db31bbda9fcf4d015e17
tree188919907138a829c35907297fb6559e736d36b0
parent3d993aff258378e0ca3246577198066317e82a5b
configure.ac: Don't use $CLANG since it will collide with the static analyzer.

We just prefix the $CLANG environment variable in configure.ac with acv_mesa_

Found by: tinderbox
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
configure.ac