Skip to content

Commit 8eede3c

Browse files
committed
configury: fix a typo in XRC support detection
Thanks to Ben Menadue for the report
1 parent 7795037 commit 8eede3c

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
@@ -155,7 +155,7 @@ AC_DEFUN([OPAL_CHECK_OPENFABRICS],[
155155
AC_CHECK_FUNCS([ibv_create_xrc_rcv_qp ibv_cmd_open_xrcd],
156156
[], [$1_have_xrc=0])
157157
AC_CHECK_DECLS([IBV_SRQT_XRC],
158-
[], [$1_have_xrc=0])
158+
[], [$1_have_xrc=0],
159159
[#include <infiniband/verbs.h>])
160160
fi
161161
if test "$enable_connectx_xrc" = "yes" \

0 commit comments

Comments
 (0)