[MPlayer-cvslog] r20549 - trunk/configure

diego subversion at mplayerhq.hu
Tue Oct 31 13:14:08 CET 2006


Author: diego
Date: Tue Oct 31 13:14:08 2006
New Revision: 20549

Modified:
   trunk/configure

Log:
10l, use a pkg-config parameter that makes it return 0...


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Oct 31 13:14:08 2006
@@ -3648,7 +3648,7 @@
 
 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



More information about the MPlayer-cvslog mailing list