We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d2657 commit f678a96Copy full SHA for f678a96
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: fc9650b1467a7388e60838ddbeb1755d5fe149b5
+refs/heads/master: bb51a8442fb16d71faccac1abfa953d8b1e37cb7
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/configure
@@ -516,7 +516,7 @@ then
516
| cut -d ' ' -f 2)
517
518
case $CFG_CLANG_VERSION in
519
- (3.0svn | 3.0 | 3.1 | 3.2 | 4.0 | 4.1)
+ (3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1*)
520
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
521
CFG_C_COMPILER="clang"
522
;;
0 commit comments