summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"