aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPieter Wuille <pieter@wuille.net>2021-10-28 13:53:25 -0400
committerPieter Wuille <pieter@wuille.net>2021-12-15 09:20:12 -0500
commita1f76cdb22e3278a48d63dd23c1fe3308daedd8c (patch)
treee6945033bf3edd33c7b6f341e03feebce8b1b34a /configure.ac
parentdff0596fa0e289b2dfec3b4adbe05e0c14c11d79 (diff)
downloadbitcoin-a1f76cdb22e3278a48d63dd23c1fe3308daedd8c.tar.xz
Remove --disable-openssl-tests for libsecp256k1 configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index da71ee93c5..4d2ceef0c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1903,7 +1903,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 --disable-openssl-tests"
+ac_configure_args="${ac_configure_args} --disable-shared --with-pic --enable-benchmark=no --enable-module-recovery --enable-module-schnorrsig --enable-experimental"
AC_CONFIG_SUBDIRS([src/secp256k1])
AC_OUTPUT