From 63b5a1dc80ab978160b7ee036d5e55973e995fd5 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Tue, 23 Dec 2014 14:20:28 +0100 Subject: Do not use libgmp automatically in libsecp256k1 --- src/secp256k1/configure.ac | 12 ------------ 1 file changed, 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 @@ -118,13 +118,6 @@ if test x"$req_field" = x"auto"; then fi 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 @@ -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 -- cgit v1.2.3