We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0be0d commit 3308bd5Copy full SHA for 3308bd5
configure
@@ -821,17 +821,6 @@ if [ $(echo $python_version | grep -c '^Python 2\.7') -ne 1 ]; then
821
err "Found $python_version, but Python 2.7 is required"
822
fi
823
824
-# If we have no git directory then we are probably a tarball distribution
825
-# and shouldn't attempt to load submodules
826
-if [ ! -e ${CFG_SRC_DIR}.git ]
827
-then
828
- probe CFG_GIT git
829
- msg "git: no git directory. disabling submodules"
830
- CFG_DISABLE_MANAGE_SUBMODULES=1
831
-else
832
- probe_need CFG_GIT git
833
-fi
834
-
835
# Use `md5sum` on GNU platforms, or `md5 -q` on BSD
836
probe CFG_MD5 md5
837
probe CFG_MD5SUM md5sum
0 commit comments