[MPlayer-cvslog] r20550 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Oct 31 13:21:02 CET 2006
Author: diego
Date: Tue Oct 31 13:21:01 2006
New Revision: 20550
Modified:
trunk/configure
Log:
100l to me for not checking properly, really fix pkg-config detection now.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Oct 31 13:21:01 2006
@@ -3648,7 +3648,7 @@
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
More information about the MPlayer-cvslog
mailing list