Turn on secp-zkp experimental modules for PAK

This commit is contained in:
Gregory Sanders 2018-12-14 16:30:32 -05:00
parent 32aec9af0b
commit 40571ab6d4

View file

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