summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-31 12:21:01 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-31 12:21:01 +0000
commit04382497da00b2e20a0981489ad34a6711b616ab (patch)
tree2638d4fb62f949b430b929973b0c2c71a3be1315 /configure
parent2546914f012a16b845f9c310be541a46a5916ea1 (diff)
downloadmpv-04382497da00b2e20a0981489ad34a6711b616ab.tar.bz2
mpv-04382497da00b2e20a0981489ad34a6711b616ab.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ae3c1d8e96..5fb07f8cee 100755
--- a/configure
+++ b/configure
@@ -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