X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=configure.ac;h=60833678e00a535a57e5e065b61e257bd10a7344;hp=3c82a6019b9c7fdf6df24549de0f059ec89b210e;hb=25809b1fab3c3e78f97c332131dab4d517187eac;hpb=9f4b19654c1a2e8190d754306a17ce1fd0c14fd6 diff --git a/configure.ac b/configure.ac index 3c82a60..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])