Skip to content

Commit

Permalink
Drop support for clang < 3.2
Browse files Browse the repository at this point in the history
Fixes #20467
  • Loading branch information
dotdash committed Feb 28, 2015
1 parent 48aeaba commit 8b263f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -875,7 +875,7 @@ then
| cut -d ' ' -f 2)

case $CFG_CLANG_VERSION in
(3.0svn | 3.0 | 3.1* | 3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
(3.2* | 3.3* | 3.4* | 3.5* | 3.6*)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
if [ -z "$CC" ]
then
Expand Down

0 comments on commit 8b263f7

Please sign in to comment.