Skip to content

Commit 50f2db4

Browse files
fsouzagraydon
authored andcommitted
configure: fix compatibility issue with Apple clang 4.0
Fix compatibility with Mountain Lion. Closes #3049.
1 parent cf30556 commit 50f2db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
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)
403+
(3.0svn | 3.0 | 3.1 | 4.0)
404404
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
405405
CFG_C_COMPILER="clang"
406406
;;

0 commit comments

Comments
 (0)