From 1edf113ec07428f29bd8f56118a333b3a7a1ef17 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Fri, 21 Mar 2014 15:48:54 +0900 Subject: [PATCH] configure.ac: Print eolian_gen if specified with --with-bin-eolian-gen --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 780d6bd921..672e1baa15 100644 --- a/configure.ac +++ b/configure.ac @@ -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"