configure: accept clang 3.3 when passed --enable-clang

This commit is contained in:
Luqman Aden 2013-03-22 15:49:55 -04:00
parent b6f9aa1fd7
commit 19c104000e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -519,7 +519,7 @@ then
| cut -d ' ' -f 2) | cut -d ' ' -f 2)
case $CFG_CLANG_VERSION in 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" step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
CFG_C_COMPILER="clang" CFG_C_COMPILER="clang"
;; ;;