X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=configure;h=9813f0ec6b6f8e56e905b0197ad72f44ee2b1630;hb=2c46bf7e318f585947c2146ce42c249fba3bc326;hp=f466f0fa3d7bc34de864473979083387918cdc77;hpb=9c24c6221e8332f7c0ed015767a91f94b6e6b5eb;p=rust.git diff --git a/configure b/configure index f466f0fa3d7..9813f0ec6b6 100755 --- a/configure +++ b/configure @@ -385,7 +385,6 @@ fi probe CFG_CLANG clang++ probe CFG_GCC gcc probe CFG_LD ld -probe CFG_LLVM_CONFIG llvm-config probe CFG_VALGRIND valgrind probe CFG_PERF perf probe CFG_ISCC iscc @@ -516,7 +515,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* | 4.2*) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;;