Commit 7b74567e authored by Ben Walker's avatar Ben Walker Committed by Darek Stojaczyk
Browse files

configure: Correctly hyphenate ISA-L



Change-Id: If5d40ed4784fecd50f5d675512a8f2f9f9967492
Signed-off-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/442624


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: default avatarChunyang Hui <chunyang.hui@intel.com>
Reviewed-by: default avatarDarek Stojaczyk <dariusz.stojaczyk@intel.com>
parent a89dbbff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -396,7 +396,7 @@ fi

if [[ "${CONFIG[ISAL]}" = "y" ]] || [[ "${CONFIG[CRYPTO]}" = "y" ]]; then
        if [[ $(nasm -v | sed 's/[^0-9]*//g' | awk '{print substr ($0, 0, 5)}') -lt "21202" ]]; then
		echo "Notice: ISAL, compression & crypto auto-disabled due to nasm dependency."
		echo "Notice: ISA-L, compression & crypto auto-disabled due to nasm dependency."
		echo "These features require NASM version 2.12.02 or newer.  Please install"
		echo "or upgrade then re-run this script."
		CONFIG[ISAL]=n
@@ -417,7 +417,7 @@ if [[ "${CONFIG[ISAL]}" = "y" ]]; then
	fi

	if [[ "${CONFIG[RBD]}" = "y" ]]; then
		echo "ISAL and RBD cannot co-exist currently so disabling ISAL."
		echo "ISA-L and RBD cannot co-exist currently so disabling ISA-L."
		CONFIG[ISAL]=n
	else
		cd $rootdir/isa-l