diff options
author | Radek Doulik <rodo@ximian.com> | 2004-03-23 02:34:39 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-03-23 02:34:39 +0800 |
commit | a075de474e79002f312a251d5b7580a04370d81a (patch) | |
tree | 0c4cfa09ed31e2ea14a162435312e4688bf1cf1e /configure.in | |
parent | 506d497cd5ee622a19e3674678c75fe86bc5c34d (diff) | |
download | gsoc2013-evolution-a075de474e79002f312a251d5b7580a04370d81a.tar.gz gsoc2013-evolution-a075de474e79002f312a251d5b7580a04370d81a.tar.zst gsoc2013-evolution-a075de474e79002f312a251d5b7580a04370d81a.zip |
require gtkhtml 3.1.10, it's needed for composer changes (new gtkhtml's
2004-03-22 Radek Doulik <rodo@ximian.com>
* configure.in: require gtkhtml 3.1.10, it's needed for composer
changes (new gtkhtml's commands editable-on/off)
svn path=/trunk/; revision=25147
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 2220e095b6..2824f29bf6 100644 --- a/configure.in +++ b/configure.in @@ -984,7 +984,7 @@ AC_DEFUN(EVO_SET_COMPILE_FLAGS, [ dnl --- Required version numbers GAL_REQUIRED=2.1.6 -GTKHTML_REQUIRED=3.1.6 +GTKHTML_REQUIRED=3.1.10 EDS_REQUIRED=0.0.90 BONOBOUI_REQUIRED=2.4.2 |