Skip to content

Commit

Permalink
configure: fix compatibility issue with Apple clang 4.0
Browse files Browse the repository at this point in the history
Fix compatibility with Mountain Lion.

Closes #3049.
  • Loading branch information
fsouza authored and graydon committed Jul 30, 2012
1 parent cf30556 commit 50f2db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ then
| cut -d ' ' -f 2)

case $CFG_CLANG_VERSION in
(3.0svn | 3.0 | 3.1)
(3.0svn | 3.0 | 3.1 | 4.0)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
CFG_C_COMPILER="clang"
;;
Expand Down

0 comments on commit 50f2db4

Please sign in to comment.