From: Pekka Riikonen Date: Sat, 6 Oct 2007 17:03:57 +0000 (+0000) Subject: Fixed yasm configuration. X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=be025cf7a1c94559ada4b7b814adeef2037be9d6 Fixed yasm configuration. --- diff --git a/configure.ad b/configure.ad index 362a8070..e8c295b3 100644 --- a/configure.ad +++ b/configure.ad @@ -443,7 +443,7 @@ if test x$want_asm = xtrue; then if test x$cpu_x86_64 = xtrue; then SILC_ASSEMBLER="$YASM -Xgnu -felf64" else - SILC_ASSEMBLER="$YASM -Xgnu -felf64" + SILC_ASSEMBLER="$YASM -Xgnu -felf" fi have_assembler=true fi