From: Roland Dreier Date: Tue, 25 Oct 2005 22:08:20 +0000 (+0000) Subject: r3866: Correct error message in libibcm configure when libibverbs is not found. X-Git-Tag: v1.0-rc1~23 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ca2b850a416230ec1efc8a676c62dc0e1a5c4660;p=~shefty%2Flibibcm.git r3866: Correct error message in libibcm configure when libibverbs is not found. Signed-off-by: Roland Dreier --- 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