]> git.openfabrics.org - ~shefty/libibcm.git/commitdiff
r3924: Correct error message in libibcm configure when libibat is not found
authorHal Rosenstock <halr@voltaire.com>
Mon, 31 Oct 2005 21:19:33 +0000 (21:19 +0000)
committerHal Rosenstock <halr@voltaire.com>
Mon, 31 Oct 2005 21:19:33 +0000 (21:19 +0000)
Signed-off-by: Hal Rosenstock <halr@voltaire.com>
configure.in

index f967cf8985f6b3630376a80600de30d219b813c1..e22673e14838c7a6b1ae8f5d0f2e920dfc804697 100644 (file)
@@ -28,7 +28,7 @@ then
 AC_CHECK_LIB(ibverbs, ibv_get_devices, [],
     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.]))
+    AC_MSG_ERROR([ib_at_route_by_ip() not found.  libibcm requires libibat.]))
 fi
 
 dnl Checks for header files.