fix nasm not found error message

This commit is contained in:
Bradley Bell 2002-01-24 22:26:14 +00:00
parent 4d504c841f
commit 5a3800ce25

View file

@ -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