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