fix condition for clang

This commit is contained in:
mopp 2016-01-24 19:36:02 +09:00
parent 0486e12ad0
commit c0984e42bd

2
configure vendored
View File

@ -1051,7 +1051,7 @@ then
esac
else
case $CFG_CLANG_VERSION in
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8*)
(3.2* | 3.3* | 3.4* | 3.5* | 3.6* | 3.7* | 3.8* | 3.9*)
step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
;;
(*)