fix build for clang 8.0

This commit is contained in:
marudor 2016-06-18 10:38:11 +02:00
parent 646015cae4
commit 7508de57b0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1053,7 +1053,7 @@ then
if [ -n "$CFG_OSX_CLANG_VERSION" ]
then
case $CFG_OSX_CLANG_VERSION in
(7.0* | 7.1* | 7.2* | 7.3*)
(7.0* | 7.1* | 7.2* | 7.3* | 8.0*)
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
;;
(*)