Skip to content

Commit

Permalink
Merge pull request #41 from alex-mikheev/master
Browse files Browse the repository at this point in the history
IB/BUILD: fix typo in UD configure macro
  • Loading branch information
mike-dubman committed Dec 3, 2014
2 parents 072f892 + 1106b88 commit cd46e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/m4/ib.m4
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,6 @@ AS_IF([test "x$with_ib" == xyes],
AM_CONDITIONAL([HAVE_IB], [test "x$with_ib" != xno])
AM_CONDITIONAL([HAVE_TL_RC], [test "x$with_rc" != xno])
AM_CONDITIONAL([HAVE_TL_DC], [test "x$with_dc" != xno])
AM_CONDITIONAL([HAVE_TL_UC], [test "x$with_uc" != xno])
AM_CONDITIONAL([HAVE_TL_UD], [test "x$with_ud" != xno])
AM_CONDITIONAL([HAVE_MLX5_HW], [test "x$with_mlx5_hw" != xno])

0 comments on commit cd46e66

Please sign in to comment.