From 3308bd54b2fa70080c523f7899140f335928ac83 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sun, 12 Feb 2017 10:21:16 -0800 Subject: [PATCH] configure: Remove git probing logic This is all in rustbuild already. --- configure | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure b/configure index d8861dacafa..c084478b375 100755 --- a/configure +++ b/configure @@ -821,17 +821,6 @@ if [ $(echo $python_version | grep -c '^Python 2\.7') -ne 1 ]; then err "Found $python_version, but Python 2.7 is required" fi -# If we have no git directory then we are probably a tarball distribution -# and shouldn't attempt to load submodules -if [ ! -e ${CFG_SRC_DIR}.git ] -then - probe CFG_GIT git - msg "git: no git directory. disabling submodules" - CFG_DISABLE_MANAGE_SUBMODULES=1 -else - probe_need CFG_GIT git -fi - # Use `md5sum` on GNU platforms, or `md5 -q` on BSD probe CFG_MD5 md5 probe CFG_MD5SUM md5sum