configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b35ca8be68c6dfa623f908ace99f0adf9169cbb0
Author: Stephan Bergmann <[email protected]>
AuthorDate: Fri Nov 6 11:04:27 2020 +0100
Commit: Stephan Bergmann <[email protected]>
CommitDate: Fri Nov 6 13:39:13 2020 +0100
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 <[email protected]>
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.])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits