From: Ira Weiny <[email protected]>
Date: Sun, 29 May 2011 18:01:31 -0700
Subject: [PATCH] infiniband-diags: test for libosmcomp with a function that is 
used in the code

Signed-off-by: Ira Weiny <[email protected]>
---
 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in b/configure.in
index c6e8663..f41f049 100644
--- a/configure.in
+++ b/configure.in
@@ -46,8 +46,8 @@ AC_CHECK_MEMBER([struct umad_port.link_layer],
 if test "$ac_have_umad_port_link_layer" = "yes"; then
    AC_DEFINE([HAVE_UMAD_PORT_LINK_LAYER], 1, [Define to 1 if struct umad_port 
has link_layer member])
 fi
-AC_CHECK_LIB(osmcomp, cl_thread_init, [],
-       AC_MSG_ERROR([cl_thread_init() not found. diags require libosmcomp.]))
+AC_CHECK_LIB(osmcomp, cl_qmap_insert, [],
+       AC_MSG_ERROR([cl_qmap_insert() not found. diags require libosmcomp.]))
 fi
 
 dnl Checks for header files.
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to