Skip to content

Commit

Permalink
prov/efa: Fix a typo in configure.m4
Browse files Browse the repository at this point in the history
hav_efa_dmabuf_mr should be have_efa_dmabuf_mr

Signed-off-by: Shi Jin <[email protected]>
  • Loading branch information
shijin-aws committed Dec 9, 2023
1 parent 22712ff commit b396355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov/efa/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ AC_DEFUN([FI_EFA_CONFIGURE],[
have_ibv_is_fork_initialized=0
efa_support_data_in_order_aligned_128_byte=0
efadv_support_extended_cq=0
hav_efa_dmabuf_mr=0
have_efa_dmabuf_mr=0
dnl $have_neuron is defined at top-level configure.ac
AM_CONDITIONAL([HAVE_NEURON], [ test x"$have_neuron" = x1 ])
Expand Down

0 comments on commit b396355

Please sign in to comment.