]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix configure to reflect the missing libs for xio 3735/head
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 11 Feb 2015 13:37:01 +0000 (14:37 +0100)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 11 Feb 2015 13:37:01 +0000 (14:37 +0100)
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
configure.ac

index 3f5e6dd172b750300a6254ca4f535a83d1e5facc..bd4ce62d1e81da81dd33e25de68088b696079d6a 100644 (file)
@@ -535,9 +535,9 @@ AM_CONDITIONAL(ENABLE_XIO, [test "x$enable_xio" = "xyes"])
 
 if test "x$enable_xio" = x"yes"; then
    AC_CHECK_HEADER([libxio.h], [], AC_MSG_ERROR([Cannot find header 'libxio.h'.]))
-   AC_CHECK_LIB([xio], [xio_init], [], AC_MSG_FAILURE([Accelio not found]))
-   AC_CHECK_LIB([ibverbs], [ibv_query_device], [], AC_MSG_FAILURE([OFED not found]))
-   AC_CHECK_LIB([rdmacm], [rdma_connect], [], AC_MSG_FAILURE([OFED not found]))
+   AC_CHECK_LIB([xio], [xio_init], [], AC_MSG_FAILURE([Accelio libxio not found]))
+   AC_CHECK_LIB([ibverbs], [ibv_query_device], [], AC_MSG_FAILURE([libibverbs not found]))
+   AC_CHECK_LIB([rdmacm], [rdma_connect], [], AC_MSG_FAILURE([librdmacm not found]))
 
    # Also require boost-regex, used in address_helper
    AC_CHECK_LIB(boost_regex, main, [],