summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-11-06 11:04:27 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-11-06 13:39:13 +0100
commitb35ca8be68c6dfa623f908ace99f0adf9169cbb0 (patch)
tree04e3130a222383b6f7e4d11dbc5639096e13aee3 /configure.ac
parent875944d0cfffb3540234affe2d0b2eba1fcddf90 (diff)
Replace obsolete AC_FD_CC with AS_MESSAGE_LOG_FD
...see <http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commit; h=cc2c99e90bd58b3d5022581eada72ca10df99bb0> "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 <sbergman@redhat.com>
Diffstat (limited to 'configure.ac')
-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.])