Make Qt OpenSSL TLS plugin optional

This commit is contained in:
root
2026-05-01 16:15:17 +00:00
parent 906a6affea
commit 223cf305e9
3 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ if [[ ! -f configure || ! -f src/secp256k1/configure || ! -f src/secp256k1/Makef
./autogen.sh
fi
if [[ build-aux/m4/bitcoin_qt.m4 -nt configure ]]; then
if [[ build-aux/m4/bitcoin_qt.m4 -nt configure || build-aux/m4/bitcoin_qt.m4 -nt aclocal.m4 ]]; then
./autogen.sh
fi