From 04873710522e40b3129fb7c890298052b7cf4b15 Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Mon, 10 Jun 2013 10:57:56 -0700 Subject: [PATCH] init: Remove USE_IB_ACM configuration option When the librdmacm is configured, it sets the USE_IB_ACM option if infininband/acm.h is found. We can remove this option with very little overhead, which would allow a user to install ACM after installing the librdmacm, and the librdmacm would be able to make use of ACM. Signed-off-by: Sean Hefty --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 35d79dd4..3ce7a6ea 100644 --- a/configure.ac +++ b/configure.ac @@ -70,9 +70,6 @@ AC_CHECK_HEADER(valgrind/memcheck.h, [], fi fi -AC_CHECK_HEADER(infiniband/acm.h, - AC_DEFINE([USE_IB_ACM], 1, [setting IBACM support]), []) - AC_CHECK_HEADER(infiniband/acm.h, AC_CHECK_MEMBER(struct acm_msg.resolve_data, [], AC_DEFINE(DEFINE_ACM_MSG, 1, [adding ACM message definition]), -- 2.41.0