Skip to content

Commit

Permalink
Rollup merge of #32425 - ituxbag:master, r=alexcrichton
Browse files Browse the repository at this point in the history
Added version 7.3* for Apple's clang compiler

The recent 7.3 clang version was missing.

Closes #32442
  • Loading branch information
eddyb committed Mar 23, 2016
2 parents 46b2a99 + 79da64a commit 0c424f9
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 @@ -1034,7 +1034,7 @@ then
if [ -n "$CFG_OSX_CLANG_VERSION" ]
then
case $CFG_OSX_CLANG_VERSION in
(7.0* | 7.1* | 7.2*)
(7.0* | 7.1* | 7.2* | 7.3*)
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
;;
(*)
Expand Down

0 comments on commit 0c424f9

Please sign in to comment.