Fix clang too

This commit is contained in:
Dong Zhou 2015-09-09 11:45:59 -04:00
parent d77a249917
commit 0ad631cf7c

2
configure vendored
View file

@ -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"
;;
(*)