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