Fixed yasm configuration.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 6 Oct 2007 17:03:57 +0000 (17:03 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 6 Oct 2007 17:03:57 +0000 (17:03 +0000)
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