From a89dbbffa21b74bc9f04fa8f024986e0b853655d Mon Sep 17 00:00:00 2001 From: Ben Walker Date: Tue, 29 Jan 2019 10:44:49 -0700 Subject: [PATCH] configure: Reword message printed when ISA-L not found Change-Id: Iecd649dce5dcd7a3a5169e4d0e3233a26cb05578 Signed-off-by: Ben Walker Reviewed-on: https://review.gerrithub.io/c/442614 Tested-by: SPDK CI Jenkins Chandler-Test-Pool: SPDK Automated Test System Reviewed-by: Shuhei Matsumoto Reviewed-by: Darek Stojaczyk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 264b8fa56..e3600f79d 100755 --- a/configure +++ b/configure @@ -411,7 +411,7 @@ fi if [[ "${CONFIG[ISAL]}" = "y" ]]; then if [ ! -f "$rootdir"/isa-l/autogen.sh ]; then - echo "isa-l folder is not found; If you do want to install isa-l, run:" + echo "ISA-L was not found; To install ISA-L run:" echo " git submodule update --init" exit 1 fi