about summary refs log tree commit diff
path: root/sysdeps/x86_64/elf
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/x86_64/elf
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/x86_64/elf')
-rw-r--r--sysdeps/x86_64/elf/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/elf/configure.in b/sysdeps/x86_64/elf/configure.in
index e703cf530a..9cb59d009c 100644
--- a/sysdeps/x86_64/elf/configure.in
+++ b/sysdeps/x86_64/elf/configure.in
@@ -18,7 +18,7 @@ baz:	leaq	bar@TLSLD(%rip), %rdi
 	movq	$bar@TPOFF, %rdx
 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_x86_64_tls=yes
 else
   libc_cv_x86_64_tls=no