aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26cde14aa9..4f3ce57548 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-02 Larry Ewing <lewing@ximian.com>
+
+ * configure.in: require gtkhtml-1.1.1.1 aka multicite branch.
+
2002-05-14 Dan Winship <danw@ximian.com>
* data/evolution.1: Document "evolution default:mail"
diff --git a/configure.in b/configure.in
index 8aea95fa2d..52bd9e1774 100644
--- a/configure.in
+++ b/configure.in
@@ -661,7 +661,7 @@ EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0)
EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11)
EVO_CHECK_LIB(GAL, gal, 0.19.99.15)
-EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1)
+EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1)
EVO_CHECK_LIB(Libsoup, soup, 0.6)
AM_PATH_GCONF(1.0)