From: Eli Zaretskii Date: Sat, 8 Jul 2006 16:17:47 +0000 (+0000) Subject: (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we X-Git-Tag: emacs-pretest-22.0.90~1642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f240128d3589dddecf0ea01691a8d13f5bb69628;p=emacs.git (PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we don't need the error message, just the exit status. --- diff --git a/configure.in b/configure.in index e47e6ec94c7..48ba5d0b2e6 100644 --- a/configure.in +++ b/configure.in @@ -1500,7 +1500,7 @@ AC_DEFUN([PKG_CHECK_MODULES], [ 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