Skip to content

Commit

Permalink
configure: Remove pkgconfig macros again (reintroduced by mismerge)
Browse files Browse the repository at this point in the history
We had removed `PKG_PROG_PKG_CONFIG` in 21b2eba
(bitcoin-core#1090). But then then the not rebased (!) merge of 2be6ba0
(bitcoin-core#1084) brought that macro back at another location, without git
complaining about a conflict.

Fixes bitcoin-core#1127.
  • Loading branch information
real-or-random authored and dderjoel committed May 23, 2023
1 parent 659d124 commit 3768744
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ AS_UNSET(ac_cv_prog_AR)
AS_UNSET(ac_cv_prog_ac_ct_AR)
LT_INIT([win32-dll])

PKG_PROG_PKG_CONFIG

build_windows=no

case $host_os in
Expand Down

0 comments on commit 3768744

Please sign in to comment.