From 3f4b33522bd04b509b73267550d24c44e61998ce Mon Sep 17 00:00:00 2001 From: Gereon Kremer Date: Thu, 1 Apr 2021 20:20:53 +0200 Subject: Refactor CLN dependency & Cleanup (#6251) This PR migrates CLN to a new Find script and adds the possibility to install CLN if not found in the system. Also, it does a bit of cleanup. --- configure.sh | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 6e54caa09..63d40403a 100755 --- a/configure.sh +++ b/configure.sh @@ -328,18 +328,6 @@ do shift done -#--------------------------------------------------------------------------# -# Automatically set up dependencies based on configure options -#--------------------------------------------------------------------------# - -if [ "$arm64" == "ON" ]; then - echo "Setting up dependencies for ARM 64-bit build" - contrib/get-gmp-dev --host=aarch64-linux-gnu || exit 1 -elif [ "$win64" == "ON" ]; then - echo "Setting up dependencies for Windows 64-bit build" - contrib/get-gmp-dev --host=x86_64-w64-mingw32 || exit 1 -fi - #--------------------------------------------------------------------------# if [ $werror != default ]; then -- cgit v1.2.3