Skip to content

Commit

Permalink
Add support for clang 4.2 (as reported by apple clang) r=graydon
Browse files Browse the repository at this point in the history
  • Loading branch information
labria authored and graydon committed Feb 4, 2013
1 parent 27e1ac5 commit 2c46bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -515,7 +515,7 @@ then
| cut -d ' ' -f 2)

case $CFG_CLANG_VERSION in
(3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1*)
(3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1* | 4.2*)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
CFG_C_COMPILER="clang"
;;
Expand Down

0 comments on commit 2c46bf7

Please sign in to comment.