From 69574d95c1a5f4a9b8bd8cf27ffdbc3d71a7cecf Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sat, 6 Oct 2007 17:03:38 +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 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 -- 2.24.0