about summary refs log tree commit diff
path: root/sysdeps/alpha/elf/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-18 20:28:09 +0000
committerRoland McGrath <roland@gnu.org>2002-10-18 20:28:09 +0000
commitc2f55635daad280e92eba084450053819f86e949 (patch)
tree48b508ce3570694e987d31902bf1dcdfff8c1c14 /sysdeps/alpha/elf/configure.in
parent5d77b1da2b97e783b0cc4c49d7ff30f2966a940c (diff)
downloadglibc-c2f55635daad280e92eba084450053819f86e949.tar.gz
glibc-c2f55635daad280e92eba084450053819f86e949.tar.xz
glibc-c2f55635daad280e92eba084450053819f86e949.zip
* configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
        * sysdeps/alpha/elf/configure.in: Likewise.
        * sysdeps/i386/elf/configure.in: Likewise.
        * sysdeps/mach/hurd/configure.in: Likewise.
        * sysdeps/x86_64/elf/configure.in: Likewise.
Diffstat (limited to 'sysdeps/alpha/elf/configure.in')
-rw-r--r--sysdeps/alpha/elf/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/alpha/elf/configure.in b/sysdeps/alpha/elf/configure.in
index 770a95edbb..7986814548 100644
--- a/sysdeps/alpha/elf/configure.in
+++ b/sysdeps/alpha/elf/configure.in
@@ -40,7 +40,7 @@ baz:
 	lda	$16, n($31)			!tprel
 EOF
 dnl
-if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AC_FD_CC); then
+if AC_TRY_COMMAND(${CC-cc} -c $CFLAGS conftest.s 1>&AS_MESSAGE_LOG_FD); then
   libc_cv_alpha_tls=yes
 else
   libc_cv_alpha_tls=no
@@ -64,7 +64,7 @@ EOF
 dnl
 
 libc_cv_alpha_hidden_gprel=no
-if AC_TRY_COMMAND(${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&AC_FD_CC); then
+if AC_TRY_COMMAND(${CC-cc} -S $CFLAGS -O2 -fpic conftest.c 1>&AS_MESSAGE_LOG_FD); then
   if grep -q 'bar.*!gprel' conftest.s \
      && grep -q 'baz.*!gprel' conftest.s \
      && ! grep -q 'bar.*!literal' conftest.s \