From be025cf7a1c94559ada4b7b814adeef2037be9d6 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 6 Oct 2007 17:03:57 +0000 Subject: [PATCH] Fixed yasm configuration. --- configure.ad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.24.0