From: Niels Möller Date: Wed, 6 Feb 2013 10:24:02 +0000 (+0100) Subject: Fixed setting of ASM_ALIGN_LOG. X-Git-Tag: nettle_2.7_release_20130424~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71e778e3296e16dd1e39a26401cf93c8a341d9c8;p=thirdparty%2Fnettle.git Fixed setting of ASM_ALIGN_LOG. --- 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)