fix condition for clang
This commit is contained in:
parent
0486e12ad0
commit
c0984e42bd
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1051,7 +1051,7 @@ then
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
case $CFG_CLANG_VERSION in
|
case $CFG_CLANG_VERSION in
|
||||||
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*)
|
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8* | 3.9*)
|
||||||
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue