diff options
| author | Martin <martin@martinsvanberg.com> | 2016-01-18 04:44:35 +0100 |
|---|---|---|
| committer | Martin <martin@martinsvanberg.com> | 2016-01-18 04:44:35 +0100 |
| commit | 2f1703d161acd1608780f0e699f29340b90382d0 (patch) | |
| tree | 951f2da1527ccb2a11a5e6ff3766cf49a41a197b | |
| parent | d0bac3f1475503d044f50c5997c3d48d87675541 (diff) | |
Allow clang 7.x in configuration
I'm using clang 7.2 which works just fine to compile Rust with, but was disallowed.
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 0255b04caa3..07c9551951e 100755 --- a/configure +++ b/configure @@ -1035,7 +1035,7 @@ then if [ -n "$CFG_OSX_CLANG_VERSION" ] then case $CFG_OSX_CLANG_VERSION in - (7.0*) + (7.*) step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION" ;; (*) |
