configure: reference the README for missing yasm

Change-Id: I2ad799901385011764affadeaddcc271df21509f
This commit is contained in:
James Zern 2015-09-23 17:51:42 -07:00
parent af631e1f19
commit f3627c82d0

View File

@ -1167,7 +1167,8 @@ EOF
&& AS=""
fi
[ "${AS}" = auto ] || [ -z "${AS}" ] \
&& die "Neither yasm nor nasm have been found"
&& die "Neither yasm nor nasm have been found." \
"See the prerequisites section in the README for more info."
;;
esac
log_echo " using $AS"