Added version 7.3* for Apple's clang compiler
This commit is contained in:
parent
8fc0554e4d
commit
79da64a637
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
;;
|
||||
(*)
|
||||
|
|
Loading…
Add table
Reference in a new issue