X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=8b4945f24c229132da42f5a068e5f9a6ae3a552d;hp=9915bb54a6d384ff53d5c633033710a6c7b42fe5;hb=8f2f2684b452fbee0b5673cd31c7f7404804eef6;hpb=0ca6b76fcf409abc3580675953ac586ff2a86478 diff --git a/configure.ac b/configure.ac index 9915bb5..8b4945f 100644 --- a/configure.ac +++ b/configure.ac @@ -276,7 +276,7 @@ AC_SUBST(MODEST_TOOLKIT) AC_SUBST(MODEST_TOOLKIT_DIR) if test "x$with_platform" == "xgnome"; then - PKG_CHECK_MODULES(MODEST_PLATFORM,libtinymail-gnome-desktop-1.0 libnm_glib glib-2.0 >= 2.8 libnotify) + PKG_CHECK_MODULES(MODEST_PLATFORM,libtinymail-gnome-desktop-1.0 glib-2.0 >= 2.8 libnotify) AC_DEFINE_UNQUOTED(MODEST_PLATFORM_GNOME, 1, ["Whether modest is being built for the GNOME platform."]) dnl AC_MSG_ERROR([The GNOME Build is currently broken; please try the Maemo build instead]) else @@ -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"