mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
build: Always use pkg-config
This commit is contained in:
parent
9e2e753b06
commit
e9edbe4dbd
1 changed files with 0 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue