summaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
authorGereon Kremer <gereon.kremer@cs.rwth-aachen.de>2021-04-01 20:20:53 +0200
committerGitHub <noreply@github.com>2021-04-01 18:20:53 +0000
commit3f4b33522bd04b509b73267550d24c44e61998ce (patch)
tree8065d0d2c20ec8d4005880d0565589efd3dc210b /configure.sh
parent05a53a2ac405bcd18a84024247145f161809c3b0 (diff)
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.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.sh b/configure.sh
index 6e54caa09..63d40403a 100755
--- a/configure.sh
+++ b/configure.sh
@@ -329,18 +329,6 @@ do
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
export CFLAGS=-Werror
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback