Rollup merge of #25722 - nickdesaulniers:configureClang37, r=brson

Was able to successfully configure.  Building and testing now.
This commit is contained in:
Oliver Schneider 2015-05-23 19:03:20 +02:00
commit a650075f89
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