summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2015-09-23 17:51:42 -0700
committerJames Zern <jzern@google.com>2015-09-23 17:51:42 -0700
commitf3627c82d06f59f1a18b82b741115709def19fc0 (patch)
tree56dae154b3eb6be8d0fa338950c9484afce8503f
parentaf631e1f1959cf4961e1abeb7f547d6a9114fbcd (diff)
downloadlibvpx-f3627c82d06f59f1a18b82b741115709def19fc0.tar
libvpx-f3627c82d06f59f1a18b82b741115709def19fc0.tar.gz
libvpx-f3627c82d06f59f1a18b82b741115709def19fc0.tar.bz2
libvpx-f3627c82d06f59f1a18b82b741115709def19fc0.zip
configure: reference the README for missing yasm
Change-Id: I2ad799901385011764affadeaddcc271df21509f
-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 9c3044168..73e4c63ca 100644
--- 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"