From: Arlin Davis Date: Thu, 26 Jun 2014 22:40:46 +0000 (-0700) Subject: build: remove library check for mverbs with --enable-fca X-Git-Tag: dapl-2.1.0-1~22 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4116019695ea01db5f7f2046fbb0937cd299550b;p=~ardavis%2Fdapl.git build: remove library check for mverbs with --enable-fca Signed-off-by: Arlin Davis --- diff --git a/configure.in b/configure.in index 4bcb270..104829c 100644 --- a/configure.in +++ b/configure.in @@ -138,8 +138,6 @@ AC_ARG_ENABLE([coll-type], coll_type=fca AC_CHECK_HEADER(fca/fca_api.h, [], AC_MSG_ERROR([ not found. Is libfca devel package installed?])) - AC_CHECK_LIB(mverbs, ibv_m_post_send, [], - AC_MSG_ERROR([ibv_m_post_send() not found. Is libmverbs installed?])) AC_CHECK_LIB(fca, fca_init, [], AC_MSG_ERROR([fca_init() not found. Is libfca library installed?])) elif test "x$enableval" = "xnone" ; then