X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=60833678e00a535a57e5e065b61e257bd10a7344;hp=6e2b0e16a917da9f0d60e12b53a2d92b80872f47;hb=9e57e2cf29636dad01d035358e2795340e7a89d0;hpb=8acc24d1714b94f11c0c1fec3c2636e9eabe99e3 diff --git a/configure.ac b/configure.ac index 6e2b0e1..6083367 100644 --- a/configure.ac +++ b/configure.ac @@ -80,8 +80,10 @@ LIBS="$modest_save_libs" __COPY_LIBS="$LIBS" LIBS="$LIBS $MODEST_GSTUFF_LIBS" AC_CHECK_FUNCS(gtk_html_get_selection_area) -LIBS="$__COPY_LIBS" AC_SUBST(HAVE_GTK_HTML_GET_SELECTION_AREA) +AC_CHECK_FUNCS(gtk_tree_view_column_get_cell_data_hint) +AC_SUBST(HAVE_GTK_TREE_VIEW_COLUMN_GET_CELL_DATA_HINT) +LIBS="$__COPY_LIBS" dnl dnl now, determine what to build dnl AC_MSG_NOTICE([Determining what platform to build]) @@ -477,7 +479,6 @@ echo "Prefix : ${prefix}" echo "Build tests : $build_tests" echo "Build docs : $build_docs" echo "Gettext Package : $GETTEXT_PACKAGE" -echo "libcurl : $have_libcurl" if test "x$with_platform" == "xmaemo"; then echo "Maemo Launcher : $maemo_launcher"