From: Pekka Riikonen Date: Sat, 6 Oct 2007 17:03:38 +0000 (+0000) Subject: Fixed yasm configuration. X-Git-Tag: silc.server.1.1.beta.2~10 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=69574d95c1a5f4a9b8bd8cf27ffdbc3d71a7cecf;hp=0ccc05a580c4ba093ec112ab455a099ebfbcc14f Fixed yasm configuration. --- diff --git a/configure.ad b/configure.ad index 1ede5e30..c99faef6 100644 --- a/configure.ad +++ b/configure.ad @@ -374,7 +374,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