From 5a3800ce255c57965664731b00d4db2e0ded7e61 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 24 Jan 2002 22:26:14 +0000 Subject: [PATCH] fix nasm not found error message --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1c4b13f02..5a892b05e 100644 --- a/configure.ac +++ b/configure.ac @@ -210,7 +210,7 @@ if test x$enable_assembler = xno; then AC_DEFINE(NO_ASM) else if test x$NASM = xno; then - AC_MSG_ERROR([$NASM_PROG not found. Install it or use --disable-assembler]) + AC_MSG_ERROR([nasm not found. Install it or use --disable-assembler]) else NASMFLAGS="-i\$(srcdir)/ $NASMFLAGS" case $host_os in