]> git.openfabrics.org - ~shefty/librdmacm.git/commit
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 17:57:56 +0000 (10:57 -0700)
commit78c71737918e44fe84d9ccd3ac9707567dfae2c3
treec27d867ad4aa3272562653403c7f0f0398a62b7c
parentbd2046e789dedd1ce9604e0cbbf1b231b6a1b4e0
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 <sean.hefty@intel.com>