aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2003-12-05 23:29:00 +0800
committerRadek Doulik <rodo@src.gnome.org>2003-12-05 23:29:00 +0800
commit7a838b13a354c1c109fc3ee8670a8c4cc8c353b3 (patch)
treedd5e62be8826e7c5f9627a94bd44c32ee4c32900 /configure.in
parentf734d4ad453f5165731dffd2f5f782985cddd421 (diff)
downloadgsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar
gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar.gz
gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar.bz2
gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar.lz
gsoc2013-evolution-7a838b13a354c1c109fc3ee8670a8c4cc8c353b3.tar.xz
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.in2
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)