aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-12-23 14:26:20 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-23 14:26:36 +0100
commitf4dcc1e009c64c2f7415868960a1a7f4ed3fa287 (patch)
tree1dc723072119b9f05cad155dfcb527f4149a905d
parentc888111a3f70ce6ce6c25b9bd2fb6d2a5bff67b7 (diff)
parent63b5a1dc80ab978160b7ee036d5e55973e995fd5 (diff)
downloadbitcoin-f4dcc1e009c64c2f7415868960a1a7f4ed3fa287.tar.xz
Merge pull request #5531
-rw-r--r--src/secp256k1/configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/secp256k1/configure.ac b/src/secp256k1/configure.ac
index 6e6fccd7fd..017fd4e1d4 100644
--- a/src/secp256k1/configure.ac
+++ b/src/secp256k1/configure.ac
@@ -119,13 +119,6 @@ if test x"$req_field" = x"auto"; then
fi
if test x"$set_field" = x; then
- SECP_GMP_CHECK
- if test x"$has_gmp" = x"yes"; then
- set_field=gmp
- fi
- fi
-
- if test x"$set_field" = x; then
set_field=32bit
fi
else
@@ -173,11 +166,6 @@ else
fi
if test x"$req_bignum" = x"auto"; then
- SECP_GMP_CHECK
- if test x"$has_gmp" = x"yes"; then
- set_bignum=gmp
- fi
-
if test x"$set_bignum" = x; then
set_bignum=none
fi