Rev: src/nettle/ChangeLog:1.303
Rev: src/nettle/configure.ac:1.53
+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.
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