Rollup merge of #32425 - ituxbag:master, r=alexcrichton

Added version 7.3* for Apple's clang compiler

The recent 7.3 clang version was missing.

Closes #32442
This commit is contained in:
Eduard-Mihai Burtescu 2016-03-23 17:59:15 +02:00
commit 0c424f9825

2
configure vendored
View File

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