diff --git a/configure b/configure index 1d0afbea8043117a7cc57a93fec15da8eb486f8c..825519b51958d3ecc2a17660f3132e1cc2796f8e 100755 --- a/configure +++ b/configure @@ -519,7 +519,7 @@ then | cut -d ' ' -f 2) 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" CFG_C_COMPILER="clang" ;;