From 8277b02a947ea63d438a77eb1335466ae5060b00 Mon Sep 17 00:00:00 2001 From: Mohammed Rafi KC Date: Fri, 27 Mar 2015 23:43:05 +0530 Subject: build:change dependency for librdmacm to version >= 1.0.15 Thanks to Niels for the fix Change-Id: I0954b6f498461dde2b986da9e0e45775175249c9 BUG: 1206744 Signed-off-by: Mohammed Rafi KC Reviewed-on: http://review.gluster.org/10028 Reviewed-by: Niels de Vos Reviewed-by: Humble Devassy Chirammal Reviewed-by: Kaleb KEITHLEY Tested-by: Gluster Build System --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 89ea35ce6f1..7392b706bb8 100644 --- a/configure.ac +++ b/configure.ac @@ -605,6 +605,13 @@ if test "x$enable_ibverbs" != "xno"; then [HAVE_LIBIBVERBS="yes"], [HAVE_LIBIBVERBS="no"]) AC_CHECK_LIB([rdmacm], [rdma_create_id], [HAVE_RDMACM="yes"], [HAVE_RDMACM="no"]) + if test "x$HAVE_RDMACM" = "xyes" ; then + AC_CHECK_DECLS( + [RDMA_OPTION_ID_REUSEADDR], + [], + [AC_ERROR([Need at least version 1.0.15 of librdmacm])], + [[#include ]]) + fi fi if test "x$enable_ibverbs" = "xyes"; then -- cgit