From 04382497da00b2e20a0981489ad34a6711b616ab Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 31 Oct 2006 12:21:01 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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