Merge "configure: reference the README for missing yasm"

This commit is contained in:
James Zern 2015-09-25 03:22:15 +00:00 committed by Gerrit Code Review
commit 7e54f0fe4b

View File

@ -1214,7 +1214,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"