Skip to content

Commit 251481f

Browse files
author
Oliver Schneider
committed
Rollup merge of #25722 - nickdesaulniers:configureClang37, r=brson
Was able to successfully configure. Building and testing now.
2 parents 34ccf9d + 64f8640 commit 251481f

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)