Skip to content

Commit

Permalink
Add config summary for MetaPhysicL
Browse files Browse the repository at this point in the history
  • Loading branch information
roystgnr committed Nov 12, 2016
1 parent f8adc94 commit ce8b4e0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion m4/config_summary.m4
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ echo Optional Features:
else
echo ' 'Enable gcov code coverage.... : yes
fi
if test "x$HAVE_METAPHYSICL" = "x1"; then
echo ' 'MetaPhysicL.................. : yes
echo ' 'METAPHYSICL_CPPFLAGS...... : $METAPHYSICL_CPPFLAGS
echo ' 'METAPHYSICL_LDFLAGS....... : $METAPHYSICL_LDFLAGS
echo ' 'METAPHYSICL_LIBS.......... : $METAPHYSICL_LIBS
else
echo ' 'MetaPhysicL.................. : no
fi
if test "$MASA_STRICT_REGRESSION" = "1"; then
echo ' 'Enable absolute error tests.. : yes
else
Expand Down

0 comments on commit ce8b4e0

Please sign in to comment.