rollup merge of #17087 : DanAlbert/llvm-3.6

This commit is contained in:
Alex Crichton 2014-09-09 07:38:56 -07:00
commit c9b1e836c5

2
configure vendored
View File

@ -707,7 +707,7 @@ then
| cut -d ' ' -f 2)
case $CFG_CLANG_VERSION in
(3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* )
(3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
if [ -z "$CC" ]
then