1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2"

to config.log.
This commit is contained in:
Eli Zaretskii 2006-07-14 12:04:25 +00:00
parent 0779eeea8f
commit 4543c9088e

View File

@ -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" 2> /dev/null; then
if $PKG_CONFIG --exists "$2" 2>&5; then
AC_MSG_RESULT(yes)
succeeded=yes