(PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead

of hardcoding it.
This commit is contained in:
Andreas Schwab 2006-08-16 09:04:47 +00:00
parent 3cb74cd127
commit e9f67acfc1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-08-16 Andreas Schwab <schwab@suse.de>
* configure.in (PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
of hardcoding it.
2006-08-16 Richard Stallman <rms@gnu.org>
* INSTALL.CVS: Clean up wording.

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