summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 03f36b9b8bc1..4ff24f35b2b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8965,8 +8965,8 @@ EOF
if AC_TRY_EVAL(try_nasm) && test -s conftest.o; then
AC_MSG_RESULT(yes)
else
- echo "configure: failed program was:" >&AC_FD_CC
- cat conftest.asm >&AC_FD_CC
+ echo "configure: failed program was:" >&AS_MESSAGE_LOG_FD
+ cat conftest.asm >&AS_MESSAGE_LOG_FD
rm -rf conftest*
AC_MSG_RESULT(no)
AC_MSG_WARN([installation or configuration problem: assembler cannot create object files.])