diff options
| author | mopp <ac.kxp165@gmail.com> | 2016-01-24 19:36:02 +0900 |
|---|---|---|
| committer | mopp <ac.kxp165@gmail.com> | 2016-01-24 19:36:02 +0900 |
| commit | c0984e42bd598ea119b128b4a52066dae7cb64d3 (patch) | |
| tree | e16a323777226d1e75ba42478f3bc68545da392f | |
| parent | 0486e12ad0661adcfdbd926dea17d7edfda419c1 (diff) | |
| download | rust-c0984e42bd598ea119b128b4a52066dae7cb64d3.tar.gz rust-c0984e42bd598ea119b128b4a52066dae7cb64d3.zip | |
fix condition for clang
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 7df98d1bd56..f284d13ee3b 100755 --- a/configure +++ b/configure @@ -1051,7 +1051,7 @@ then esac else 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" ;; (*) |
