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.
2 parents 6f9f602 + 1ce8b40 commit ee5b889Copy full SHA for ee5b889
config/ompi_check_mxm.m4
@@ -83,7 +83,7 @@ AC_DEFUN([OMPI_CHECK_MXM],[
83
fi
84
85
AS_IF([test "$ompi_check_mxm_happy" = "yes"],
86
- [$1_LDFLAGS="[$]$_LDFLAGS $ompi_check_mxm_LDFLAGS"
+ [$1_LDFLAGS="[$]$1_LDFLAGS $ompi_check_mxm_LDFLAGS"
87
$1_LIBS="[$]$1_LIBS $ompi_check_mxm_LIBS"
88
$1_CPPFLAGS="[$]$1_CPPFLAGS $ompi_check_mxm_CPPFLAGS"
89
$2],
0 commit comments