mirror of
https://github.com/mpv-player/mpv
synced 2025-01-19 22:01:10 +00:00
100l to me for not checking properly, really fix pkg-config detection now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20550 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
2546914f01
commit
04382497da
2
configure
vendored
2
configure
vendored
@ -3648,7 +3648,7 @@ fi #if darwin
|
|||||||
|
|
||||||
echocheck "pkg-config"
|
echocheck "pkg-config"
|
||||||
_pkg_config=pkg-config
|
_pkg_config=pkg-config
|
||||||
if `$_pkg_config --version 2> /dev/null`; then
|
if `$_pkg_config --version > /dev/null 2>&1`; then
|
||||||
echores "yes"
|
echores "yes"
|
||||||
else
|
else
|
||||||
_pkg_config=false
|
_pkg_config=false
|
||||||
|
Loading…
Reference in New Issue
Block a user