diff options
author | Radek Doulik <rodo@ximian.com> | 2004-04-26 23:47:57 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-04-26 23:47:57 +0800 |
commit | 5b3684dd9d164552830d24355d84402f9212898a (patch) | |
tree | fefb36d47606021fd34bd6aced77862690f305c8 /configure.in | |
parent | f6ad8f4d81c7586ba3af91d8106ed67145d33270 (diff) | |
download | gsoc2013-evolution-5b3684dd9d164552830d24355d84402f9212898a.tar.gz gsoc2013-evolution-5b3684dd9d164552830d24355d84402f9212898a.tar.zst gsoc2013-evolution-5b3684dd9d164552830d24355d84402f9212898a.zip |
require newer gtkhtml with new gtk_html_begin's flags
2004-04-26 Radek Doulik <rodo@ximian.com>
* configure.in: require newer gtkhtml with new gtk_html_begin's
flags
svn path=/trunk/; revision=25615
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 03cd6a4274..329ac3585a 100644 --- a/configure.in +++ b/configure.in @@ -1000,7 +1000,7 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers GAL_REQUIRED=2.1.8 -GTKHTML_REQUIRED=3.1.12 +GTKHTML_REQUIRED=3.1.13 EDS_REQUIRED=0.0.92.1 BONOBOUI_REQUIRED=2.4.2 |