configure: support clang 4.1 (provided by XCode 4.5)

Apple keeps calling 4.x its version of clang 3.1.
This commit is contained in:
Francisco Souza 2012-09-20 11:29:28 -03:00
parent 6b670c306b
commit 25bc65b487

2
configure vendored
View file

@ -400,7 +400,7 @@ then
| cut -d ' ' -f 2) | cut -d ' ' -f 2)
case $CFG_CLANG_VERSION in case $CFG_CLANG_VERSION in
(3.0svn | 3.0 | 3.1 | 4.0) (3.0svn | 3.0 | 3.1 | 4.0 | 4.1)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
CFG_C_COMPILER="clang" CFG_C_COMPILER="clang"
;; ;;