aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/elf/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/elf/configure.in')
-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