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