Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
configure: support clang 4.1 (provided by XCode 4.5)
Apple keeps calling 4.x its version of clang 3.1.
  • Loading branch information
fsouza committed Sep 20, 2012
1 parent 6b670c3 commit 25bc65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -400,7 +400,7 @@ then
| cut -d ' ' -f 2)

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"
CFG_C_COMPILER="clang"
;;
Expand Down

0 comments on commit 25bc65b

Please sign in to comment.