aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2015-11-11 06:56:19 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2015-11-13 00:12:53 +0100
commit48edf5746af84e352a5619c44fb1bc4cf565875c (patch)
tree8a929855914424405c1d694388e3f97aec2b9865 /configure.ac
parent9e475d5a4d169e758cfb0c9f0633ed476e176b0e (diff)
downloadbitcoin-48edf5746af84e352a5619c44fb1bc4cf565875c.tar.xz
Update key.cpp to new secp256k1 API
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e8aea902ae..63a745393e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -958,7 +958,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
unset PKG_CONFIG_LIBDIR
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
-ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no"
+ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery"
AC_CONFIG_SUBDIRS([src/secp256k1 src/univalue])
AC_OUTPUT