Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
71e778e3
Commit
71e778e3
authored
Feb 06, 2013
by
Niels Möller
Browse files
Fixed setting of ASM_ALIGN_LOG.
parent
76182f60
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
71e778e3
...
...
@@ -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.
...
...
configure.ac
View file @
71e778e3
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment