mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Drop pkg-config version requirement to 0.23. Closes #2645.
This commit is contained in:
parent
d2ffbc44f1
commit
66bb7ce52c
2 changed files with 4 additions and 4 deletions
|
@ -61,8 +61,8 @@ AS_IF([test "x$host_os" = "x*FreeBSD*"],
|
|||
LIBS="-lexecinfo $LIBS"],
|
||||
[AC_MSG_RESULT([no])])
|
||||
|
||||
# Require 0.26 pkg-config
|
||||
PKG_PROG_PKG_CONFIG([0.26])
|
||||
# Require 0.23 pkg-config
|
||||
PKG_PROG_PKG_CONFIG([0.23])
|
||||
AS_IF([test "x$PKG_CONFIG" = "x"],
|
||||
[AC_MSG_ERROR([Could not find pkg-config])])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue