summaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
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