From ca2b850a416230ec1efc8a676c62dc0e1a5c4660 Mon Sep 17 00:00:00 2001 From: Roland Dreier Date: Tue, 25 Oct 2005 22:08:20 +0000 Subject: [PATCH] r3866: Correct error message in libibcm configure when libibverbs is not found. Signed-off-by: Roland Dreier --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index aa1ac58..f967cf8 100644 --- a/configure.in +++ b/configure.in @@ -26,7 +26,7 @@ dnl Checks for libraries if test "$disable_libcheck" != "yes" then AC_CHECK_LIB(ibverbs, ibv_get_devices, [], - AC_MSG_ERROR([ibv_get_devices() not found. libibcm requires libibcm.])) + AC_MSG_ERROR([ibv_get_devices() not found. libibcm requires libibverbs.])) AC_CHECK_LIB(ibat, ib_at_route_by_ip, [], AC_MSG_ERROR([ib_at_route_by_ip() not found. libibcm requires libat.])) fi -- 2.41.0