summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-09-25 03:22:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-09-25 03:22:15 +0000
commit7e54f0fe4b821f51b77b48acce577dcfd7a91fae (patch)
tree406f08141a71fdf998c85d200f1c201e6ffe761f /build
parentee72b6915e777b34b431cc600ea8d75b81e24cab (diff)
parentf3627c82d06f59f1a18b82b741115709def19fc0 (diff)
downloadlibvpx-7e54f0fe4b821f51b77b48acce577dcfd7a91fae.tar
libvpx-7e54f0fe4b821f51b77b48acce577dcfd7a91fae.tar.gz
libvpx-7e54f0fe4b821f51b77b48acce577dcfd7a91fae.tar.bz2
libvpx-7e54f0fe4b821f51b77b48acce577dcfd7a91fae.zip
Merge "configure: reference the README for missing yasm"
Diffstat (limited to 'build')
-rw-r--r--build/make/configure.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index c73e78734..f3db7e654 100644
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -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"