From f96d6a0f15fee8274c4692cdd19b5a80660f7763 Mon Sep 17 00:00:00 2001 From: vipyne Date: Sat, 12 Oct 2024 17:41:29 -0500 Subject: [PATCH] configure: suggest installing nasm before using --disable-x86asm Signed-off-by: Anton Khirnov Signed-off-by: Paul B Mahol --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 68aa87f900..74d626abea 100755 --- a/configure +++ b/configure @@ -6416,7 +6416,7 @@ EOF for program in $x86asmexe nasm; do probe_x86asm $program && break done - disabled x86asm && die "nasm not found or too old. Use --disable-x86asm for a crippled build." + disabled x86asm && die "nasm not found or too old. Please install/update nasm or use --disable-x86asm for a build without hand-optimized assembly." X86ASMFLAGS="-f $objformat" test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX" case "$objformat" in