diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 20:28:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 20:28:09 +0000 |
commit | c2f55635daad280e92eba084450053819f86e949 (patch) | |
tree | 48b508ce3570694e987d31902bf1dcdfff8c1c14 /sysdeps/x86_64/elf | |
parent | 5d77b1da2b97e783b0cc4c49d7ff30f2966a940c (diff) | |
download | glibc-c2f55635daad280e92eba084450053819f86e949.tar glibc-c2f55635daad280e92eba084450053819f86e949.tar.gz glibc-c2f55635daad280e92eba084450053819f86e949.tar.bz2 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.in | 2 |
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 |