Skip to content

Commit 25bc65b

Browse files
committed
configure: support clang 4.1 (provided by XCode 4.5)
Apple keeps calling 4.x its version of clang 3.1.
1 parent 6b670c3 commit 25bc65b

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
@@ -400,7 +400,7 @@ then
400400
| cut -d ' ' -f 2)
401401

402402
case $CFG_CLANG_VERSION in
403-
(3.0svn | 3.0 | 3.1 | 4.0)
403+
(3.0svn | 3.0 | 3.1 | 4.0 | 4.1)
404404
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
405405
CFG_C_COMPILER="clang"
406406
;;

0 commit comments

Comments
 (0)