]> git.lizzy.rs Git - rust.git/commitdiff
it'll fail if you don't have git, so mark that as required
authorDaniel Brooks <db48x@db48x.net>
Tue, 21 Feb 2012 08:58:02 +0000 (00:58 -0800)
committerBrian Anderson <banderson@mozilla.com>
Thu, 8 Mar 2012 20:57:39 +0000 (12:57 -0800)
configure

index 8b61e34db226e568b848ebcf7e7e1d721af24f89..d1639f9f06c7d74cadaadb0142d25ae001a5e757 100755 (executable)
--- a/configure
+++ b/configure
@@ -298,11 +298,10 @@ fi
 
 step_msg "looking for build programs"
 
-probe_need CFG_PERL         perl
-probe_need CFG_PYTHON       python python2.6 python2 python3
-probe_need CFG_CURL         curl
-
-probe CFG_GIT              git
+probe_need CFG_PERL        perl
+probe_need CFG_PYTHON      python python2.6 python2 python3
+probe_need CFG_CURL        curl
+probe_need CFG_GIT         git
 probe CFG_CLANG            clang++
 probe CFG_GCC              gcc
 probe CFG_LLVM_CONFIG      llvm-config