Skip to content

Commit 9a49d42

Browse files
committed
configury: fix XRC detection on OFED < 3.12
Thanks Paul Hargrove for the report
1 parent 8be2c97 commit 9a49d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_check_openfabrics.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[
152152
# ibv_cmd_open_xrcd (aka XRC Domains) was added in OFED 3.12
153153
if test "$enable_connectx_xrc" = "yes"; then
154154
$1_have_xrc=1
155-
AC_CHECK_FUNCS([ibv_create_xrc_rcv_qp ibv_cmd_open_xrcd],
155+
AC_CHECK_FUNCS([ibv_create_xrc_rcv_qp],
156156
[], [$1_have_xrc=0])
157157
AC_CHECK_DECLS([IBV_SRQT_XRC],
158158
[], [$1_have_xrc=0],

0 commit comments

Comments
 (0)