]> 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:52:29 +0000 (10:52 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 10 Jun 2013 17:52:29 +0000 (10:52 -0700)
commit7dfcfa301e3b7bb62acc357c8467fdbdab573bea
treedea28249bab2900df7671c13af22955206666c9e
parent56b48d895e0e9077a5066069e227e53ad34e05e0
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>