Skip to content

Commit d59ba88

Browse files
authored
Merge pull request #6596 from jsquyres/pr/trivial-configure-message-fix
opal_summary.m4: make message consistent with others
2 parents 07e5c54 + 7307120 commit d59ba88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/opal_summary.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ EOF
7070
if test $WANT_MPI_JAVA_BINDINGS -eq 1 ; then
7171
echo "Build MPI Java bindings (experimental): yes"
7272
else
73-
echo "MPI Build Java bindings (experimental): no"
73+
echo "Build MPI Java bindings (experimental): no"
7474
fi
7575
fi
7676

0 commit comments

Comments
 (0)