Skip to content

Commit 37f97ff

Browse files
committed
support clang 3.2
1 parent f99d6ca commit 37f97ff

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
@@ -516,7 +516,7 @@ then
516516
| cut -d ' ' -f 2)
517517

518518
case $CFG_CLANG_VERSION in
519-
(3.0svn | 3.0 | 3.1 | 4.0 | 4.1)
519+
(3.0svn | 3.0 | 3.1 | 3.2 | 4.0 | 4.1)
520520
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
521521
CFG_C_COMPILER="clang"
522522
;;

0 commit comments

Comments
 (0)