aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-09 02:41:03 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-16 11:08:07 +0200
commitddbb41931019ed4226af3df37874c7eb7cf570f1 (patch)
treed3e3dc268f6babf6f5b057ce651bf86b6015540d /configure.ac
parent492971de35bab26346545f68365872211f458b00 (diff)
downloadbitcoin-ddbb41931019ed4226af3df37874c7eb7cf570f1.tar.xz
build: Use pkg-config in BITCOIN_QT_CONFIGURE for all hosts
This change adds to the BITCOIN_QT_CONFIGURE script ability to use pkg-config for MinGW. All of the non-pkg-config paths are removed as needless. If depends is built with DEBUG=1 the configure script fails to pickup Qt: - for macOS host (similar, but not the same as issue 16391) - for Windows host (regression)
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 8433615bb2..b9b68a91f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1083,7 +1083,7 @@ else
BITCOIN_QT_INIT
dnl sets $bitcoin_enable_qt, $bitcoin_enable_qt_test, $bitcoin_enable_qt_dbus
- BITCOIN_QT_CONFIGURE([$use_pkgconfig])
+ BITCOIN_QT_CONFIGURE
fi
if test x$enable_wallet != xno; then