Skip to content

Commit

Permalink
Enumerate acceptable clang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
msvbg committed Jan 18, 2016
1 parent 2f1703d commit da56967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
(*)
Expand Down

0 comments on commit da56967

Please sign in to comment.