]> git.lizzy.rs Git - rust.git/commitdiff
configure: fix compatibility issue with Apple clang 4.0
authorFrancisco Souza <f@souza.cc>
Sun, 29 Jul 2012 18:04:49 +0000 (15:04 -0300)
committerGraydon Hoare <graydon@mozilla.com>
Mon, 30 Jul 2012 22:46:42 +0000 (15:46 -0700)
Fix compatibility with Mountain Lion.

Closes #3049.

configure

index 06bddccc15cf0a7cab953ee344fa9b1ef9e4ea8f..040bae9fe60a3a236c4cb797f76822a5a573f220 100755 (executable)
--- a/configure
+++ b/configure
@@ -400,7 +400,7 @@ then
                       | cut -d ' ' -f 2)
 
     case $CFG_CLANG_VERSION in
-        (3.0svn | 3.0 | 3.1)
+        (3.0svn | 3.0 | 3.1 | 4.0)
         step_msg "found ok version of CLANG: $CFG_CLANG_VERSION"
         CFG_C_COMPILER="clang"
         ;;