diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-01 01:19:19 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-03-01 09:49:47 +0530 |
| commit | 9dc9fcc7674c527124e3acd41b804bcedb766177 (patch) | |
| tree | 660479be546ee211332a8baa0cfd0b538d97fbff | |
| parent | 337a0a981eeb66bbb1c8ac115a60bb91c1b0ca48 (diff) | |
| parent | 8b263f7566d17bbc3d31b33ea1ad6ee272a50970 (diff) | |
| download | rust-9dc9fcc7674c527124e3acd41b804bcedb766177.tar.gz rust-9dc9fcc7674c527124e3acd41b804bcedb766177.zip | |
Rollup merge of #22904 - dotdash:drop_old_clang, r=alexcrichton
Fixes #20467
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index e722fe8772a..e5333b45525 100755 --- a/configure +++ b/configure @@ -875,7 +875,7 @@ then | cut -d ' ' -f 2) 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" if [ -z "$CC" ] then |
