From b35ca8be68c6dfa623f908ace99f0adf9169cbb0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Nov 2020 11:04:27 +0100 Subject: Replace obsolete AC_FD_CC with AS_MESSAGE_LOG_FD ...see "Move AC_MSG_* into M4sh" stating > (AC_FD_MSG, AC_FD_LOG): Be AU_ALIAS'es of... > (AS_MESSAGE_FD, AS_MESSAGE_LOG_FD): new. and which is present in branch-2.59 matching our AC_PREREQ([2.59]) baseline. (This change is suggested by running autoupdate from the current Autoconf 2.69 suite.) Change-Id: If5826489b3416b4029b9c922f9415576978306b9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105393 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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.]) -- cgit