Skip to content

Commit e9edbe4

Browse files
committed
build: Always use pkg-config
1 parent 9e2e753 commit e9edbe4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,6 @@ AC_ARG_WITH([daemon],
576576
use_pkgconfig=yes
577577
case $host in
578578
*mingw*)
579-
580-
dnl pkgconfig does more harm than good with MinGW
581-
use_pkgconfig=no
582-
583579
TARGET_OS=windows
584580
AC_CHECK_LIB([kernel32], [GetModuleFileNameA],, AC_MSG_ERROR(libkernel32 missing))
585581
AC_CHECK_LIB([user32], [main],, AC_MSG_ERROR(libuser32 missing))

0 commit comments

Comments
 (0)