From: Reuben Morais Date: Mon, 9 Jan 2012 01:53:26 +0000 (-0200) Subject: Allow Clang 3.1 X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d593b74469886db697f6cd19d799365d2f634bda;p=rust.git Allow Clang 3.1 --- diff --git a/configure b/configure index b071c5a810a..d0d86973377 100755 --- a/configure +++ b/configure @@ -324,7 +324,7 @@ then | cut -d ' ' -f 3) case $CFG_CLANG_VERSION in - (3.0svn | 3.0) + (3.0svn | 3.0 | 3.1) step_msg "found ok version of CLANG: $CFG_CLANG_VERSION" CFG_C_COMPILER="clang" ;;