comparison configure.in @ 71896:a2bb452ff214

(PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2" to config.log.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 14 Jul 2006 12:04:25 +0000
parents 3708db32ecd4
children 9d2de51e19c2 02e39decdc84 8a8e69664178
comparison
equal deleted inserted replaced
71895:873b90e89ee3 71896:a2bb452ff214
1498 else 1498 else
1499 PKG_CONFIG_MIN_VERSION=0.9.0 1499 PKG_CONFIG_MIN_VERSION=0.9.0
1500 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then 1500 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
1501 AC_MSG_CHECKING(for $2) 1501 AC_MSG_CHECKING(for $2)
1502 1502
1503 if $PKG_CONFIG --exists "$2" 2> /dev/null; then 1503 if $PKG_CONFIG --exists "$2" 2>&5; then
1504 AC_MSG_RESULT(yes) 1504 AC_MSG_RESULT(yes)
1505 succeeded=yes 1505 succeeded=yes
1506 1506
1507 AC_MSG_CHECKING($1_CFLAGS) 1507 AC_MSG_CHECKING($1_CFLAGS)
1508 $1_CFLAGS=`$PKG_CONFIG --cflags "$2"` 1508 $1_CFLAGS=`$PKG_CONFIG --cflags "$2"`