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:
diego 2006-10-31 12:21:01 +00:00
parent 2546914f01
commit 04382497da
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3648,7 +3648,7 @@ fi #if darwin
echocheck "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"
else
_pkg_config=false