* configure.ac: report on guile version

This commit is contained in:
djcb
2013-05-30 06:14:27 -07:00
parent b136ca0411
commit b19ab68d3b

View File

@ -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