* Disable ASM if --with-pic was given. Affected file is
lib/silccrypt/configure.ad
+Sun May 13 12:16:30 CEST 2007 Jochen Eisinger <coffee@silcnet.org>
+
+ * Disable ASM if --with-pic was given. Affected file is
+ lib/silccrypt/configure.ad
+
Fri May 11 19:10:54 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
* Wakeup scheduler in silc_fsm_continue and silc_fsm_next_later
SILC_CRYPTO_CFLAGS=
aes_asm=false
+
+if test "${pic_mode:-default}" != "yes" ; then
case "$host_cpu" in
i?86)
# Don't enable ASM AES with shared libs as the code doesn't support PIC.
aes_asm=false
;;
esac
+fi
SILC_ADD_CC_FLAGS(SILC_CRYPTO, -fno-regmove)
if test x$summary_debug = xno; then