Skip to content

Commit 882af3f

Browse files
Nick DesaulniersOliver 'ker' Schneider
Nick Desaulniers
authored and
Oliver 'ker' Schneider
committed
allow clang 3.7 to be used when configuring Fixes #25720
1 parent 9abf975 commit 882af3f

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
@@ -986,7 +986,7 @@ then
986986
| cut -d ' ' -f 2)
987987

988988
case $CFG_CLANG_VERSION in
989-
(3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
989+
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7*)
990990
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
991991
if [ -z "$CC" ]
992992
then

0 commit comments

Comments
 (0)