comparison configure @ 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 80c62a7b7c9d
comparison
equal deleted inserted replaced
20533:73deeddc69b0 20534:1c87295c9439
3646 fi #if darwin 3646 fi #if darwin
3647 3647
3648 3648
3649 echocheck "pkg-config" 3649 echocheck "pkg-config"
3650 _pkg_config=pkg-config 3650 _pkg_config=pkg-config
3651 if `$_pkg_config --version 2> /dev/null`; then 3651 if `$_pkg_config --version > /dev/null 2>&1`; then
3652 echores "yes" 3652 echores "yes"
3653 else 3653 else
3654 _pkg_config=false 3654 _pkg_config=false
3655 echores "no" 3655 echores "no"
3656 fi 3656 fi