diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2004-03-22 Radek Doulik <rodo@ximian.com> + + * configure.in: require gtkhtml 3.1.10, it's needed for composer + changes + 2004-03-15 Hao Sheng <hao.sheng@sun.com> * a11y/addressbook/Makefile.am: make distcheck work 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 |