From b19ab68d3bf561fc28f06920846e9db4e8a7cbf7 Mon Sep 17 00:00:00 2001 From: djcb Date: Thu, 30 May 2013 06:14:27 -0700 Subject: [PATCH] * configure.ac: report on guile version --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.ac b/configure.ac index 6afa9377..d8b3ee8c 100644 --- a/configure.ac +++ b/configure.ac @@ -301,6 +301,11 @@ echo "GTK+ version : $gtk_version" echo "Webkit version : $webkit_version" ]) +AM_COND_IF([BUILD_GUILE],[ +echo "Guile version : $guile_version" +]) + + if test "x$build_mu4e" = "xyes"; then echo "Emacs version : $emacs_version" fi @@ -314,6 +319,7 @@ echo "Build 'mug' toy-ui (gtk+/webkit) : yes"],[ echo "Build 'mug' toy-ui (gtk+/webkit) : no" ]) + echo "McCabe's Cyclomatic Complexity tool : $have_pmccabe" echo