Disable Schnorr, enable generator and surjectionproof wmodule

This commit is contained in:
instagibbs 2016-11-02 10:40:56 -04:00 committed by Gregory Sanders
parent b94089105c
commit f167df2977

View file

@ -1120,7 +1120,7 @@ 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-experimental --enable-module-recovery --enable-module-schnorr --enable-module-ecdh --enable-module-rangeproof"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --with-bignum=no --enable-experimental --enable-module-recovery --enable-module-ecdh --enable-module-rangeproof --enable-module-generator --enable-module-surjectionproof"
AC_CONFIG_SUBDIRS([src/secp256k1])
AC_OUTPUT