diff options
author | fanquake <fanquake@gmail.com> | 2022-03-29 15:45:32 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-04-07 22:24:43 +0100 |
commit | 2656629767b098d17245a66e0bfa4c2c62f20d0c (patch) | |
tree | 0e9ac380adcf2d5498015e0419e5371954fc7f8b /configure.ac | |
parent | d960d4fd3a767cf5695bed96c5f329056f77d0da (diff) |
build: remove --enable-experimental from libsecp256k1 configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2ffd42f80b..d487e91885 100644 --- a/configure.ac +++ b/configure.ac @@ -1967,7 +1967,7 @@ PKGCONFIG_LIBDIR_TEMP="$PKG_CONFIG_LIBDIR" unset PKG_CONFIG_LIBDIR PKG_CONFIG_LIBDIR="$PKGCONFIG_LIBDIR_TEMP" -ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental" +ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig" AC_CONFIG_SUBDIRS([src/secp256k1]) AC_OUTPUT |