mirror of https://github.com/mpv-player/mpv
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
|
@ -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