(PKG_CHECK_MODULES): Redirect the output of $PKG_CONFIG --exists "$2"
to config.log.
This commit is contained in:
parent
0779eeea8f
commit
4543c9088e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue