allow clang 3.7 to be used when configuring Fixes #25720
This commit is contained in:
parent
c3d60aba6c
commit
64f8640164
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue