summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-31 12:14:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-31 12:14:08 +0000
commit2546914f012a16b845f9c310be541a46a5916ea1 (patch)
treefd4c8eca1e1313aabd2bb0aa4091625d1e917a30 /configure
parent3495e6cbe72b0112f395261c9eab9c81daeda1e5 (diff)
downloadmpv-2546914f012a16b845f9c310be541a46a5916ea1.tar.bz2
mpv-2546914f012a16b845f9c310be541a46a5916ea1.tar.xz
10l, use a pkg-config parameter that makes it return 0...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20549 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 096e8b1ec5..ae3c1d8e96 100755
--- a/configure
+++ b/configure
@@ -3648,7 +3648,7 @@ fi #if darwin
echocheck "pkg-config"
_pkg_config=pkg-config
-if `$_pkg_config 2> /dev/null`; then
+if `$_pkg_config --version 2> /dev/null`; then
echores "yes"
else
_pkg_config=false