# HG changeset patch # User diego # Date 1162297261 0 # Node ID 1c87295c943915bca9197d041dc05008d8da42cd # Parent 73deeddc69b08b42fdf41f88eb84ea3af077f10d 100l to me for not checking properly, really fix pkg-config detection now. diff -r 73deeddc69b0 -r 1c87295c9439 configure --- a/configure Tue Oct 31 12:14:08 2006 +0000 +++ b/configure Tue Oct 31 12:21:01 2006 +0000 @@ -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