X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=e8c295b30b6efac61d5aaec0a6a91cc310745eb3;hb=79284c6f2e3df2de326793b1f9ff038ad88f9e0f;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