Added version 7.3* for Apple's clang compiler

This commit is contained in:
ituxbag 2016-03-22 13:44:33 +01:00
parent 8fc0554e4d
commit 79da64a637

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