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 5eeef8b commit e9b341aCopy full SHA for e9b341a
configure
@@ -820,20 +820,6 @@ if [ $(echo $python_version | grep -c '^Python 2\.7') -ne 1 ]; then
820
err "Found $python_version, but Python 2.7 is required"
821
fi
822
823
-# Use `md5sum` on GNU platforms, or `md5 -q` on BSD
824
-probe CFG_MD5 md5
825
-probe CFG_MD5SUM md5sum
826
-if [ -n "$CFG_MD5" ]
827
-then
828
- CFG_HASH_COMMAND="$CFG_MD5 -q | cut -c 1-8"
829
-elif [ -n "$CFG_MD5SUM" ]
830
831
- CFG_HASH_COMMAND="$CFG_MD5SUM | cut -c 1-8"
832
-else
833
- err 'could not find one of: md5 md5sum'
834
-fi
835
-putvar CFG_HASH_COMMAND
836
-
837
probe CFG_CLANG clang++
838
probe CFG_CCACHE ccache
839
probe CFG_GCC gcc
0 commit comments