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:
parent
0779eeea8f
commit
4543c9088e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user