Add support for clang 4.2 (as reported by apple clang) r=graydon

This commit is contained in:
Dimitri Krassovski 2013-02-02 01:07:56 +02:00 committed by Graydon Hoare
parent 27e1ac5bb9
commit 2c46bf7e31
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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"
;;