projects
/
libvpx
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af631e1
)
configure: reference the README for missing yasm
author
James Zern
<jzern@google.com>
Thu, 24 Sep 2015 00:51:42 +0000
(17:51 -0700)
committer
James Zern
<jzern@google.com>
Thu, 24 Sep 2015 00:51:42 +0000
(17:51 -0700)
Change-Id: I2ad799901385011764affadeaddcc271df21509f
build/make/configure.sh
patch
|
blob
|
history
diff --git
a/build/make/configure.sh
b/build/make/configure.sh
index 9c30441684ef4280bc5b30978bf91129adbfe35a..73e4c63ca245d2081e7704a68529ad834db89f25 100644
(file)
--- a/
build/make/configure.sh
+++ b/
build/make/configure.sh
@@
-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"