From: Niels Möller Date: Thu, 18 Nov 2004 07:58:17 +0000 (+0100) Subject: (ASM_SYMBOL_PREFIX): Fixed test. X-Git-Tag: before_experimental_branch_20050201~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c226056a9d821ea6db2b0dbf08769c05224a8cc;p=thirdparty%2Fnettle.git (ASM_SYMBOL_PREFIX): Fixed test. Rev: src/nettle/ChangeLog:1.303 Rev: src/nettle/configure.ac:1.53 --- diff --git a/ChangeLog b/ChangeLog index 6605d190..ee67f978 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-18 Niels Möller + + * configure.ac (ASM_SYMBOL_PREFIX): Fixed test. + 2004-11-17 Niels Möller * testsuite/symbols-test: Try plain nm if nm -g doesn't work. diff --git a/configure.ac b/configure.ac index 75cff5bf..f38b8885 100644 --- a/configure.ac +++ b/configure.ac @@ -186,7 +186,7 @@ if test x$enable_assembler = xyes ; then AC_MSG_WARN([nm doesn't list a_global_symbol at all]) fi], [AC_MSG_WARN([test program with a single global could not be compiled!?])])]) - if x$nettle_cv_asm_underscore=xyes ; then + if test x$nettle_cv_asm_underscore = xyes ; then ASM_SYMBOL_PREFIX='_' fi fi