Skip to content

Commit 0ad631c

Browse files
committed
Fix clang too
1 parent d77a249 commit 0ad631c

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
@@ -1030,7 +1030,7 @@ then
10301030
esac
10311031
else
10321032
case $CFG_CLANG_VERSION in
1033-
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7*)
1033+
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*)
10341034
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
10351035
;;
10361036
(*)

0 commit comments

Comments
 (0)