mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
fix condition for clang
This commit is contained in:
parent
0486e12ad0
commit
c0984e42bd
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…
Reference in New Issue
Block a user