configure.ac: Print eolian_gen if specified with --with-bin-eolian-gen

This commit is contained in:
Jean-Philippe Andre 2014-03-21 15:48:54 +09:00
parent 19b1f1cd27
commit 1edf113ec0
1 changed files with 4 additions and 0 deletions

View File

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