diff --git a/configure b/configure index f466f0fa3d7bc..4cbd4eb183279 100755 --- a/configure +++ b/configure @@ -516,7 +516,7 @@ then | cut -d ' ' -f 2) case $CFG_CLANG_VERSION in - (3.0svn | 3.0 | 3.1 | 3.2 | 4.0 | 4.1) + (3.0svn | 3.0 | 3.1* | 3.2* | 4.0* | 4.1*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;;