Skip to content

Commit 1ce8b40

Browse files
hjelmnggouaillardet
authored andcommitted
config: fix typo in mxm configury
A 1 was missing when setting $1_LDFLAGS leading to erroneous items in the wrapper cflags. Signed-off-by: Nathan Hjelm <[email protected]> (cherry picked from commit 8c20869)
1 parent 50c175a commit 1ce8b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ompi_check_mxm.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ AC_DEFUN([OMPI_CHECK_MXM],[
8383
fi
8484

8585
AS_IF([test "$ompi_check_mxm_happy" = "yes"],
86-
[$1_LDFLAGS="[$]$_LDFLAGS $ompi_check_mxm_LDFLAGS"
86+
[$1_LDFLAGS="[$]$1_LDFLAGS $ompi_check_mxm_LDFLAGS"
8787
$1_LIBS="[$]$1_LIBS $ompi_check_mxm_LIBS"
8888
$1_CPPFLAGS="[$]$1_CPPFLAGS $ompi_check_mxm_CPPFLAGS"
8989
$2],

0 commit comments

Comments
 (0)