Skip to content

Commit

Permalink
Include devel-check status in configure summary
Browse files Browse the repository at this point in the history
Signed-off-by: Ralph Castain <rhc@pmix.org>
  • Loading branch information
rhc54 committed May 8, 2024
1 parent cb2cfc3 commit 06c9621
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/pmix_summary.m4
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ EOF
echo "Debug build: yes" >&2
fi
if test $WANT_PICKY_COMPILER = 0 ; then
echo "Devel check enabled: no" >& 2
else
echo "Devel check enabled: yes" >& 2
fi
if test ! -z $with_pmix_platform ; then
echo "Platform file: $with_pmix_platform" >&2
else
Expand Down

0 comments on commit 06c9621

Please sign in to comment.