configure: Correct without-pmdk configure message.

without-pmdk should notice with no path specified.

Signed-off-by: yidong0635 <dongx.yi@intel.com>
Change-Id: I10f881c4677db2d9282f8f16975e3aab674c26d0
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11988
Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com>
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
This commit is contained in:
yidong0635 2022-03-21 12:30:04 +08:00 committed by Tomasz Zawadzki
parent 70f3606bfc
commit ebf077cbf8

5
configure vendored
View File

@ -61,8 +61,9 @@ function usage() {
echo " --without-virtio No path required."
echo " --with-vfio-user[=DIR] Build custom vfio-user transport for NVMf target and NVMe initiator."
echo " --without-vfio-user example: /usr/src/libvfio-user"
echo " --with-pmdk[=DIR] Build persistent memory bdev."
echo " --without-pmdk example: /usr/share/pmdk"
echo " --with-pmdk[=DIR] Build persistent memory bdev.
example: /usr/share/pmdk"
echo " --without-pmdk No path required."
echo " --with-reduce Build vbdev compression module."
echo " --without-reduce No path required."
echo " --with-rbd Build Ceph RBD bdev module."