X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=e8c295b30b6efac61d5aaec0a6a91cc310745eb3;hb=28af33fffb344c93dc9b2bd4c4d0ab30855f7c23;hp=362a80706fa7ed529bdbf3d929fafaaf5ff478a7;hpb=88d6b6bc7299db744642861817b81a98d2495fdd;p=crypto.git diff --git a/configure.ad b/configure.ad index 362a8070..e8c295b3 100644 --- a/configure.ad +++ b/configure.ad @@ -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