Rollup merge of #22904 - dotdash:drop_old_clang, r=alexcrichton
Fixes #20467
This commit is contained in:
commit
9dc9fcc767
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -875,7 +875,7 @@ then
|
||||||
| cut -d ' ' -f 2)
|
| cut -d ' ' -f 2)
|
||||||
|
|
||||||
case $CFG_CLANG_VERSION in
|
case $CFG_CLANG_VERSION in
|
||||||
(3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
|
(3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
|
||||||
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
|
||||||
if [ -z "$CC" ]
|
if [ -z "$CC" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Add table
Reference in a new issue