diff options
author | fanquake <fanquake@gmail.com> | 2021-03-03 10:51:21 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-03 10:54:38 +0800 |
commit | 4f223e93e9c097c96a1655f9125aec463892da9c (patch) | |
tree | d35b34de7e8aa17ce34f7496b2ff1efe87a5fa78 /doc | |
parent | 3a8fc51a560bcf9ad2d6ed188c41e894df910ebc (diff) | |
parent | a4128138b4837baadde75247cd4fd8ea463b7df5 (diff) |
Merge #21339: build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional
a4128138b4837baadde75247cd4fd8ea463b7df5 build: Make AM_CONDITIONAL([ENABLE_EXTERNAL_SIGNER]) unconditional (Hennadii Stepanov)
9fef2099452a21335db38d66c04baec69cbc36ee build, refactor: Fix indentation for if..then..fi (Hennadii Stepanov)
Pull request description:
#16546 introduced a regression in the `configure`:
```
$ ./autogen.sh
$ ./configure --disable-wallet --without-utils --without-daemon --without-gui --disable-tests --disable-bench
...
checking whether to build test_bitcoin... no
checking whether to reduce exports... no
checking that generated files are newer than configure... done
configure: error: conditional "ENABLE_EXTERNAL_SIGNER" was never defined.
Usually this means the macro was only invoked conditionally.
```
This PR fixes this bug, and refactors indentation to make easier to spot similar bugs in the future.
ACKs for top commit:
Sjors:
utACK a4128138b4837baadde75247cd4fd8ea463b7df5
fanquake:
ACK a4128138b4837baadde75247cd4fd8ea463b7df5 - this fixes the bug described, and improves readability.
Tree-SHA512: 4469dcc006690f38f93c3cdf8d15b76f5fc8ea76e87a1b5db5ee891dc9851f6ec539f2a6fd02a361aa76baa4f4b2b9fe8289137f5d9734ee5984f265cb131ef5
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions