From 435f9eaac36248ff917a89c9a82e4b8fef42e2d4 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 5 May 2014 11:46:36 +0200 Subject: [PATCH] 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 6aae1ec366..e9b8280215 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"