Skip to content

Commit 4c7890d

Browse files
authored
Merge pull request #7517 from rhc54/topic/prte
Report PRRTE build status if autogen'd --no-prrte
2 parents 836cc5b + 727bd8a commit 4c7890d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,8 @@ opal_show_title "Setup PRRTE support"
14551455
14561456
m4_ifdef([project_prrte],
14571457
[OMPI_SETUP_PRRTE],
1458-
[ompi_want_prrte=no])
1458+
[OPAL_SUMMARY_ADD([[Miscellaneous]],[[PRRTE]],[prrte],[no (disabled)])
1459+
ompi_want_prrte=no])
14591460
AM_CONDITIONAL(OMPI_WANT_PRRTE, test "$ompi_want_prrte" = "yes")
14601461
14611462
# checkpoint results

0 commit comments

Comments
 (0)