Fixed yasm configuration.
[silc.git] / configure.ad
index 1ede5e3075984a99ebfb9a3b94fcd1113f876c87..c99faef62d772ccaec7564652532ca580826285b 100644 (file)
@@ -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