Skip to content

Commit fa1172d

Browse files
authored
Merge pull request #10278 from awlauria/config_hcoll_fix
ompi_check_libhcoll: Fix bug where --with-hcoll will fail to configure.
2 parents 45a7445 + 7c4a408 commit fa1172d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_libhcoll.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ AC_DEFUN([OMPI_CHECK_HCOLL],[
2424
[Build hcoll (Mellanox Hierarchical Collectives) support, optionally adding
2525
DIR/include and DIR/lib or DIR/lib64 to the search path for headers and libraries])])
2626

27-
OAC_CHECK_PACKAGE([libhcoll],
27+
OAC_CHECK_PACKAGE([hcoll],
2828
[$1],
2929
[hcoll/api/hcoll_api.h],
3030
[hcoll],

0 commit comments

Comments
 (0)