Skip to content

Commit

Permalink
configure: accept clang 3.3 when passed --enable-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
luqmana committed Mar 22, 2013
1 parent b6f9aa1 commit 19c1040
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 @@ -519,7 +519,7 @@ then
| cut -d ' ' -f 2)

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

0 comments on commit 19c1040

Please sign in to comment.