configure: Print out eolian_cxx path in summary if set

This commit is contained in:
Stefan Schmidt 2014-05-05 11:46:36 +02:00
parent caf27c4fc3
commit 435f9eaac3
1 changed files with 4 additions and 0 deletions

View File

@ -4431,6 +4431,10 @@ if test "x${with_binary_eolian_gen}" != "x"; then
echo " eolian_gen....: ${with_binary_eolian_gen}"
fi
if test "x${with_binary_eolian_cxx}" != "x"; then
echo " eolian_cxx....: ${with_binary_eolian_cxx}"
fi
echo " "
echo "Installation....: make install (as root if needed, with 'su' or 'sudo')"
echo " prefix........: $prefix"