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
4
configure
vendored
4
configure
vendored
|
@ -4229,7 +4229,7 @@ else
|
|||
$as_echo "no" >&6; }
|
||||
fi
|
||||
|
||||
# Require 0.26 pkg-config
|
||||
# Require 0.23 pkg-config
|
||||
|
||||
|
||||
|
||||
|
@ -4338,7 +4338,7 @@ fi
|
|||
|
||||
fi
|
||||
if test -n "$PKG_CONFIG"; then
|
||||
_pkg_min_version=0.26
|
||||
_pkg_min_version=0.23
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
|
||||
$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
|
||||
if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue