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