allow clang 3.7 to be used when configuring Fixes #25720

This commit is contained in:
Nick Desaulniers 2015-05-22 16:07:25 -07:00
parent c3d60aba6c
commit 64f8640164
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

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