]> git.openfabrics.org - ~ardavis/dapl.git/commitdiff
build: remove library check for mverbs with --enable-fca
authorArlin Davis <arlin.r.davis@intel.com>
Thu, 26 Jun 2014 22:40:46 +0000 (15:40 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 26 Jun 2014 22:40:46 +0000 (15:40 -0700)
Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
configure.in

index 4bcb270bf94d7da9ab8c993dc367363e0fd9a07c..104829c9f608e4d525781a4a4ff690ad191dbce9 100644 (file)
@@ -138,8 +138,6 @@ AC_ARG_ENABLE([coll-type],
       coll_type=fca
       AC_CHECK_HEADER(fca/fca_api.h, [],
         AC_MSG_ERROR([<fca/fca_api.h> 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