]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Modify the compiler detection test so as to accept "Apple LLVM version
authorJulian Seward <jseward@acm.org>
Mon, 13 Oct 2014 13:03:50 +0000 (13:03 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 13 Oct 2014 13:03:50 +0000 (13:03 +0000)
commit5857d57571ccdcce9fd9c27c5fa7f5a86f38b304
tree9e61536d4fd729db5e81ececb6387c94aa49fb14
parent635bb7bca9359692db236945330d1a8ff45482f7
Modify the compiler detection test so as to accept "Apple LLVM version
5.1" (etc) and identify it as a Clang variant.  Without that, it gets
misidentified as a gcc variant, which causes problems with Makefile.am's
that use the derived COMPILER_IS_CLANG conditional.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14624
configure.ac