Remove explicit enabling of default modules

This commit is contained in:
Pieter Wuille
2022-12-12 23:52:55 -05:00
parent 4462cb0498
commit 3bfca788b0
2 changed files with 2 additions and 2 deletions

View File

@@ -2012,7 +2012,7 @@ LIBS_TEMP="$LIBS"
unset LIBS
LIBS="$LIBS_TEMP"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-module-ecdh"
AC_CONFIG_SUBDIRS([src/secp256k1])
AC_OUTPUT