# HG changeset patch # User Eli Zaretskii # Date 1152375467 0 # Node ID 3708db32ecd4224af89a348934539204fab23bb3 # Parent e3898b4381f7999d3b06d293e0acfb34ecd8603c (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we don't need the error message, just the exit status. diff -r e3898b4381f7 -r 3708db32ecd4 configure.in --- a/configure.in Sat Jul 08 15:53:01 2006 +0000 +++ b/configure.in Sat Jul 08 16:17:47 2006 +0000 @@ -1500,7 +1500,7 @@ if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then AC_MSG_CHECKING(for $2) - if $PKG_CONFIG --exists "$2" ; then + if $PKG_CONFIG --exists "$2" 2> /dev/null; then AC_MSG_RESULT(yes) succeeded=yes