Skip to content

Commit 727bd8a

Browse files
committed
Report PRRTE build status if autogen'd --no-prrte
Signed-off-by: Ralph Castain <[email protected]>
1 parent 836cc5b commit 727bd8a

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)