]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
init: Remove USE_IB_ACM configuration option
authorSean Hefty <sean.hefty@intel.com>
Mon, 10 Jun 2013 17:57:56 +0000 (10:57 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 10 Jun 2013 18:00:14 +0000 (11:00 -0700)
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 <sean.hefty@intel.com>
configure.ac

index 35d79dd46897d54ec28457cc8bde37636741fdc7..3ce7a6ead68b2d382b62b15c63a7f28438b02031 100644 (file)
@@ -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]),