build: add --enable-module-schnorrsig --enable-experimental cfg flags

taken from changes made to `configure.ac` in 0664f5fe1f77f08d235aa3750b59428257b0b91d (bitcoin#19953)
This commit is contained in:
Kittywhiskers Van Gogh 2023-08-25 09:28:39 +05:30 committed by PastaPastaPasta
parent a3e6aeddde
commit fecccbf94d

View File

@ -1871,7 +1871,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR"
unset PKG_CONFIG_LIBDIR unset PKG_CONFIG_LIBDIR
PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP" PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP"
ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --disable-openssl-tests" ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental --disable-openssl-tests"
AC_CONFIG_SUBDIRS([src/dashbls src/secp256k1]) AC_CONFIG_SUBDIRS([src/dashbls src/secp256k1])
AC_OUTPUT AC_OUTPUT