Added version 7.3* for Apple's clang compiler
This commit is contained in:
parent
8fc0554e4d
commit
79da64a637
2
configure
vendored
2
configure
vendored
@ -1034,7 +1034,7 @@ then
|
|||||||
if [ -n "$CFG_OSX_CLANG_VERSION" ]
|
if [ -n "$CFG_OSX_CLANG_VERSION" ]
|
||||||
then
|
then
|
||||||
case $CFG_OSX_CLANG_VERSION in
|
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"
|
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
|
||||||
;;
|
;;
|
||||||
(*)
|
(*)
|
||||||
|
Loading…
Reference in New Issue
Block a user