From: Danny Al-Gaaf Date: Wed, 11 Feb 2015 13:37:01 +0000 (+0100) Subject: fix configure to reflect the missing libs for xio X-Git-Tag: v0.93~39^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3735%2Fhead;p=ceph.git fix configure to reflect the missing libs for xio Signed-off-by: Danny Al-Gaaf --- diff --git a/configure.ac b/configure.ac index 3f5e6dd172b7..bd4ce62d1e81 100644 --- a/configure.ac +++ b/configure.ac @@ -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, [],