Skip to content

Commit cabe085

Browse files
configure: Remove pkgconfig macros again (reintroduced by mismerge)
We had removed `PKG_PROG_PKG_CONFIG` in 21b2eba (bitcoin#1090). But then then the not rebased (!) merge of 2be6ba0 (bitcoin#1084) brought that macro back at another location, without git complaining about a conflict. Fixes bitcoin#1127.
1 parent 3efeb9d commit cabe085

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.ac

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ AS_UNSET(ac_cv_prog_AR)
4343
AS_UNSET(ac_cv_prog_ac_ct_AR)
4444
LT_INIT([win32-dll])
4545

46-
PKG_PROG_PKG_CONFIG
47-
4846
build_windows=no
4947

5048
case $host_os in

0 commit comments

Comments
 (0)