Skip to content

Commit 7508de5

Browse files
committed
fix build for clang 8.0
1 parent 646015c commit 7508de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ then
10531053
if [ -n "$CFG_OSX_CLANG_VERSION" ]
10541054
then
10551055
case $CFG_OSX_CLANG_VERSION in
1056-
(7.0* | 7.1* | 7.2* | 7.3*)
1056+
(7.0* | 7.1* | 7.2* | 7.3* | 8.0*)
10571057
step_msg "found ok version of APPLE CLANG: $CFG_OSX_CLANG_VERSION"
10581058
;;
10591059
(*)

0 commit comments

Comments
 (0)