configure: reference the README for missing yasm
Change-Id: I2ad799901385011764affadeaddcc271df21509f
This commit is contained in:
parent
af631e1f19
commit
f3627c82d0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user