We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfb240 commit 92fdbbdCopy full SHA for 92fdbbd
config/ompi_check_mxm.m4
@@ -36,13 +36,13 @@ AC_DEFUN([OMPI_CHECK_MXM],[
36
AS_IF([test ! -z "$with_mxm_libdir" -a "$with_mxm_libdir" != "yes"],
37
[ompi_check_mxm_libdir="$with_mxm_libdir"])
38
39
- ompi_check_mxm_rpath="-Wl,-rpath=$ompi_check_mxm_libdir"
+ ompi_check_mxm_extra_libs="-L$ompi_check_mxm_libdir"
40
41
OMPI_CHECK_PACKAGE([$1],
42
[mxm/api/mxm_api.h],
43
[mxm],
44
[mxm_cleanup],
45
- [$ompi_check_mxm_rpath],
+ [$ompi_check_mxm_extra_libs],
46
[$ompi_check_mxm_dir],
47
[$ompi_check_mxm_libdir],
48
[ompi_check_mxm_happy="yes"],
0 commit comments