Enumerate acceptable clang versions

This commit is contained in:
Martin 2016-01-18 15:57:57 +01:00
parent 2f1703d161
commit da56967a3e
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.*)
(7.0* | 7.1* | 7.2*)
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
;;
(*)