diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 06:16:19 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2008-09-11 06:16:19 +0000 |
| commit | 2e05b7082f5e387fc686925e5ac006485e4686db (patch) | |
| tree | b0a43e45da7cc24b65407ce6f7254e21b3fcde78 /cpp/configure.ac | |
| parent | 468b4b6ddaa3d96bb743cdbd27ded651eea31847 (diff) | |
| download | qpid-python-2e05b7082f5e387fc686925e5ac006485e4686db.tar.gz | |
Implementation of AMQP over RDMA protocols (Infiniband)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/configure.ac')
| -rw-r--r-- | cpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/configure.ac b/cpp/configure.ac index 2b94430e29..050f352bd8 100644 --- a/cpp/configure.ac +++ b/cpp/configure.ac @@ -278,7 +278,7 @@ AC_ARG_WITH([rdma], ;; esac], [ - with_RDMA=no + with_RDMA=yes AC_CHECK_LIB([ibverbs],[ibv_create_qp],,[with_RDMA=no]) AC_CHECK_LIB([rdmacm],[rdma_create_id],,[with_RDMA=no]) AC_CHECK_HEADERS([infiniband/verbs.h],,[with_RDMA=no]) |
