Mercurial > emacs
changeset 71687:3708db32ecd4
(PKG_CHECK_MODUILES): Redirect stderr of pkg-config to /dev/null, since we
don't need the error message, just the exit status.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 08 Jul 2006 16:17:47 +0000 |
parents | e3898b4381f7 |
children | 4d53a83f4cae |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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