aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bcff07eeab..a1d249ca2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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)
+
2003-12-02 Jeffrey Stedfast <fejj@ximian.com>
* configure.in (EVOLUTION_DIR): Remove the Junk folder
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)