mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-12 19:20:42 +02:00
test: Drop --enable-external-signer
configure option
This option is enabled by default. Github-Pull: #29868 Rebased-From: 13c012f81f3bba4a1dc806c253c77d3daa16ae7c
This commit is contained in:
parent
8c8249b545
commit
54570647ca
@ -110,7 +110,7 @@ fi
|
||||
ccache --zero-stats
|
||||
PRINT_CCACHE_STATISTICS="ccache --version | head -n 1 && ccache --show-stats"
|
||||
|
||||
BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --enable-external-signer --prefix=$BASE_OUTDIR"
|
||||
BITCOIN_CONFIG_ALL="${BITCOIN_CONFIG_ALL} --prefix=$BASE_OUTDIR"
|
||||
|
||||
if [ -n "$CONFIG_SHELL" ]; then
|
||||
"$CONFIG_SHELL" -c "./autogen.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user