libhbalinux now supports SCSI READ CAPACITY (16) commands.
As of the upcoming version of fcoe-utils, fcoeadm will make
use of these commands. fcoe-utils now needs to depend on
libhbalinux v1.0.13 or greater to ensure that this new
command is supported by libhbalinux.

Signed-off-by: Robert Love <robert.w.l...@intel.com>
---
 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3eca87a..ff2132d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,6 +12,9 @@ AC_SUBST([HBAAPI_LIBS])
 PKG_CHECK_MODULES([LLDPAD], [lldpad >= 0.9.43])
 AC_SUBST([LLDPAD_CFLAGS])
 
+PKG_CHECK_MODULES([LIBHBALINUX], [libhbalinux >= 1.0.13])
+AC_SUBST([LIBHBALINUX_CFLAGS])
+
 AC_CONFIG_FILES([Makefile fcoe-utils.spec include/fcoe_utils_version.h])
 AC_OUTPUT
 

_______________________________________________
devel mailing list
devel@open-fcoe.org
https://lists.open-fcoe.org/mailman/listinfo/devel

Reply via email to