stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=435f9eaac36248ff917a89c9a82e4b8fef42e2d4
commit 435f9eaac36248ff917a89c9a82e4b8fef42e2d4 Author: Stefan Schmidt <[email protected]> Date: Mon May 5 11:46:36 2014 +0200 configure: Print out eolian_cxx path in summary if set --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 6aae1ec..e9b8280 100644 --- a/configure.ac +++ b/configure.ac @@ -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" --
