X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.ad;h=c99faef62d772ccaec7564652532ca580826285b;hp=1ede5e3075984a99ebfb9a3b94fcd1113f876c87;hb=ca4ecaceb517b395f7ca7f74c9333a18e5d39f40;hpb=4cd9e768a1d31732df0a9029f33dc1fd34f69b8c 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