Skip to content
Snippets Groups Projects
Commit 71e778e3 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed setting of ASM_ALIGN_LOG.

parent 76182f60
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@
variable.
(asm.d): Make config.status write dependencies for .s files into
asm.d.
(ASM_ALIGN_LOG): Set to "no" when appropriate.
* asm.m4: Use changecom to disable m4 quoting. Use divert to
suppress output.
......
......@@ -478,9 +478,7 @@ foo:
],
[nettle_cv_asm_align_log=yes],
[nettle_cv_asm_align_log=no])])
if test x$nettle_cv_asm_align_log = xyes ; then
ASM_ALIGN_LOG='yes'
fi
ASM_ALIGN_LOG="$nettle_cv_asm_align_log"
fi
AC_SUBST(ASM_SYMBOL_PREFIX)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment