Closes #16989.
Simplifies ./configure output for x$bitcoin_enable_qt.
Now:
checking whether to build Bitcoin Core GUI... no
checking whether to build Bitcoin Core GUI... yes (Qt5)
Concept ACK.
Thanks! ACK 57b0cd4db9ec26d5a00714016639e218cfa1ccda
ACK 57b0cd4db9ec26d5a00714016639e218cfa1ccda
master:
./configure
....
checking whether to build Bitcoin Core GUI... yes (Qt5)
./configure --with-gui=no
....
checking whether to build Bitcoin Core GUI... no (Qt5)
This PR (57b0cd4db9ec26d5a00714016639e218cfa1ccda):
./configure
...
checking whether to build Bitcoin Core GUI... yes (Qt5)
./configure --with-gui=no
...
checking whether to build Bitcoin Core GUI... no