aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-09 20:17:11 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-06-13 20:01:04 +0300
commite9edbe4dbd8c24a779de7d92e5f10c870aab5511 (patch)
tree64e5f6fbac5c369c566905273c264c07047c29a2 /configure.ac
parent9e2e753b0605c8cd826381a362f0c7de56eea81f (diff)
downloadbitcoin-e9edbe4dbd8c24a779de7d92e5f10c870aab5511.tar.xz
build: Always use pkg-config
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b1cdc01080..ea87c0767e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -576,10 +576,6 @@ AC_ARG_WITH([daemon],
use_pkgconfig=yes
case $host in
*mingw*)
-
- dnl pkgconfig does more harm than good with MinGW
- use_pkgconfig=no
-
TARGET_OS=windows
AC_CHECK_LIB([kernel32], [GetModuleFileNameA],, AC_MSG_ERROR(libkernel32 missing))
AC_CHECK_LIB([user32], [main],, AC_MSG_ERROR(libuser32 missing))