Skip to content

Commit

Permalink
Fix clang too
Browse files Browse the repository at this point in the history
  • Loading branch information
dongz9 committed Sep 9, 2015
1 parent d77a249 commit 0ad631c
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 @@ -1030,7 +1030,7 @@ then
esac
else
case $CFG_CLANG_VERSION in
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7*)
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
;;
(*)
Expand Down

0 comments on commit 0ad631c

Please sign in to comment.