X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.ad;fp=configure.ad;h=e8c295b30b6efac61d5aaec0a6a91cc310745eb3;hp=362a80706fa7ed529bdbf3d929fafaaf5ff478a7;hb=be025cf7a1c94559ada4b7b814adeef2037be9d6;hpb=9a82ea927f7c1f3c58677b3d44a40bffb8e73e6a 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