From 71e778e3296e16dd1e39a26401cf93c8a341d9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 6 Feb 2013 11:24:02 +0100 Subject: [PATCH] Fixed setting of ASM_ALIGN_LOG. --- ChangeLog | 1 + configure.ac | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b86f7bd..6165ca66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/configure.ac b/configure.ac index c6214bae..93492645 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- GitLab