Allow clang 7.x in configuration

I'm using clang 7.2 which works just fine to compile Rust with, but was disallowed.
This commit is contained in:
Martin 2016-01-18 04:44:35 +01:00
parent d0bac3f147
commit 2f1703d161
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"
;;
(*)