diff options
author | Andreas Schwab <schwab@suse.de> | 2006-08-16 09:04:47 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2006-08-16 09:04:47 +0000 |
commit | e9f67acfc1ab9c2038d7c82ddbed91ea824a599e (patch) | |
tree | 865540ddb213340901084d1e593c494bdcf0b4fe /configure.in | |
parent | 3cb74cd1277590da7137297c1f2e6db95d9403a0 (diff) | |
download | emacs-e9f67acfc1ab9c2038d7c82ddbed91ea824a599e.tar.gz |
(PKG_CHECK_MODULES): Use AS_MESSAGE_LOG_FD instead
of hardcoding it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f6fe08f8f54..0b7a62907d2 100644 --- a/configure.in +++ b/configure.in @@ -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 |