Skip to content

Commit

Permalink
Allow Clang 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Jan 9, 2012
1 parent 51fe20b commit d593b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -324,7 +324,7 @@ then
| cut -d ' ' -f 3)

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

0 comments on commit d593b74

Please sign in to comment.