From 13fab7589dea7422993d296144c3d2e7b12eb533 Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Wed, 12 Sep 2018 01:05:58 +0300 Subject: [PATCH] configure: Added --with-isert-mod option support Signed-off-by: Vladimir Sokolovsky --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 323b0eb..dc46be5 100755 --- a/configure +++ b/configure @@ -609,9 +609,6 @@ main() CONFIG_INFINIBAND_ISER="m" add_conf "# Load ISER module" "ISER_LOAD=no" ;; - --without-isert-mod) - CONFIG_INFINIBAND_ISERT= - ;; --with-iscsi-mod) CONFIG_SCSI_ISCSI_ATTRS="m" CONFIG_ISCSI_TCP="m" @@ -621,6 +618,9 @@ main() CONFIG_SCSI_ISCSI_ATTRS= CONFIG_ISCSI_TCP= ;; + --with-isert-mod) + CONFIG_INFINIBAND_ISERT="m" + ;; --without-isert-mod) CONFIG_INFINIBAND_ISERT= ;; -- 2.46.0