Skip to content

Commit

Permalink
allow clang 3.7 to be used when configuring Fixes #25720
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Desaulniers committed May 22, 2015
1 parent c3d60ab commit 64f8640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down

0 comments on commit 64f8640

Please sign in to comment.