Skip to content

Commit 5b43810

Browse files
committed
auto merge of #5497 : luqmana/rust/clang-ver, r=thestinger
2 parents bd065d3 + 19c1040 commit 5b43810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ then
519519
| cut -d ' ' -f 2)
520520

521521
case $CFG_CLANG_VERSION in
522-
(3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1* | 4.2*)
522+
(3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 4.0* | 4.1* | 4.2*)
523523
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
524524
CFG_C_COMPILER="clang"
525525
;;

0 commit comments

Comments
 (0)