From 8c226056a9d821ea6db2b0dbf08769c05224a8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 18 Nov 2004 08:58:17 +0100 Subject: [PATCH] (ASM_SYMBOL_PREFIX): Fixed test. Rev: src/nettle/ChangeLog:1.303 Rev: src/nettle/configure.ac:1.53 --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6605d190..ee67f978 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-18 Niels Möller <nisse@lysator.liu.se> + + * configure.ac (ASM_SYMBOL_PREFIX): Fixed test. + 2004-11-17 Niels Möller <nisse@lysator.liu.se> * 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 -- GitLab