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/i386 | |
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/i386')
-rw-r--r-- | sysdeps/i386/elf/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/elf/configure.in b/sysdeps/i386/elf/configure.in index 9664ccc9dd..ca607adeb5 100644 --- a/sysdeps/i386/elf/configure.in +++ b/sysdeps/i386/elf/configure.in @@ -22,7 +22,7 @@ baz: leal bar@TLSLDM(%ebx), %eax movl %gs:bar@NTPOFF, %eax 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_386_tls=yes else libc_cv_386_tls=no |