From caa6ec41db8b41bb1c30c819681cbb0db5ed53b5 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 2 Mar 2016 18:31:56 -0800 Subject: [PATCH] Enable required modules in secp256k1 for CT --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9156c3480..f6be8b0d7a 100644 --- a/configure.ac +++ b/configure.ac @@ -1139,11 +1139,12 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR" unset PKG_CONFIG_LIBDIR PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP" + if test x$need_bundled_univalue = xyes; then AC_CONFIG_SUBDIRS([src/univalue]) fi -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-module-recovery" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-experimental --enable-module-recovery --enable-module-schnorr --enable-module-ecdh --enable-module-rangeproof" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT