summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2004-11-18 08:58:17 +0100
committerNiels Möller <nisse@lysator.liu.se>2004-11-18 08:58:17 +0100
commit8c226056a9d821ea6db2b0dbf08769c05224a8cc (patch)
treeba85c482c500152661b3361c7c3e213991d474da /configure.ac
parentc47f557f410e4016087dcc56e057373b556fdf99 (diff)
downloadnettle-8c226056a9d821ea6db2b0dbf08769c05224a8cc.tar.gz
(ASM_SYMBOL_PREFIX): Fixed test.
Rev: src/nettle/ChangeLog:1.303 Rev: src/nettle/configure.ac:1.53
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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