changeset 20534:1c87295c9439

100l to me for not checking properly, really fix pkg-config detection now.
author diego
date Tue, 31 Oct 2006 12:21:01 +0000
parents 73deeddc69b0
children c0687e92d463
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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