From: Sergio Villar Senin Date: Wed, 4 Mar 2009 16:49:18 +0000 (+0000) Subject: Show GtkHTML version in configure X-Git-Tag: git_migration_finished~436 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=411e4a7f07d9c8eeb52ebd9bb3e03539517cd595 Show GtkHTML version in configure pmo-trunk-r7792 --- diff --git a/configure.ac b/configure.ac index 9915bb5..cf2f673 100644 --- a/configure.ac +++ b/configure.ac @@ -619,10 +619,14 @@ if test "x$with_platform" == "xmaemo"; then echo "libconic support : $have_libconic" echo "Alarm : $have_libalarm" echo "MCE : $have_mce" - echo "Hildon-Notify : $have_hildon_notify" + echo "Hildon-Notify : $have_hildon_notify" echo "LibOGS support : $have_ogs_support" - echo "MozEmbed support : $use_mozembed" -fi +fi + +echo "MozEmbed support : $use_mozembed" +if [ $gtk_html_found = "true" ]; then + echo "GtkHTML version : $gtk_html_version" +fi echo "CFLAGS : $CFLAGS" echo "Debug version : $with_debug"