diff options
| author | Martin <martin@martinsvanberg.com> | 2016-01-18 15:57:57 +0100 |
|---|---|---|
| committer | Martin <martin@martinsvanberg.com> | 2016-01-18 15:57:57 +0100 |
| commit | da56967a3eaac0a556e818745dfc5a64d7dcf26a (patch) | |
| tree | b244b149776614fe9f5478a41938223e48071d5c | |
| parent | 2f1703d161acd1608780f0e699f29340b90382d0 (diff) | |
| download | rust-da56967a3eaac0a556e818745dfc5a64d7dcf26a.tar.gz rust-da56967a3eaac0a556e818745dfc5a64d7dcf26a.zip | |
Enumerate acceptable clang versions
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 07c9551951e..287b7b35219 100755 --- a/configure +++ b/configure @@ -1035,7 +1035,7 @@ then if [ -n "$CFG_OSX_CLANG_VERSION" ] then case $CFG_OSX_CLANG_VERSION in - (7.*) + (7.0* | 7.1* | 7.2*) step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION" ;; (*) |
