diff options
author | Radek Doulik <rodo@ximian.com> | 2003-12-05 23:29:00 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2003-12-05 23:29:00 +0800 |
commit | 7a838b13a354c1c109fc3ee8670a8c4cc8c353b3 (patch) | |
tree | dd5e62be8826e7c5f9627a94bd44c32ee4c32900 /configure.in | |
parent | f734d4ad453f5165731dffd2f5f782985cddd421 (diff) | |
download | gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar.gz gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar.zst gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.zip |
require gtkhtml 3.1.3 (new gtk_html_flush method to be used in mailer)
2003-12-05 Radek Doulik <rodo@ximian.com>
* configure.in: require gtkhtml 3.1.3 (new gtk_html_flush method
to be used in mailer)
svn path=/trunk/; revision=23648
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c034410e94..7d1683d041 100644 --- a/configure.in +++ b/configure.in @@ -969,7 +969,7 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers GAL_REQUIRED=2.1.0 -GTKHTML_REQUIRED=3.1.0 +GTKHTML_REQUIRED=3.1.3 AC_SUBST(GAL_REQUIRED) AC_SUBST(GTKHTML_REQUIRED) |