aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2002-05-03 00:30:34 +0800
committerLarry Ewing <lewing@src.gnome.org>2002-05-03 00:30:34 +0800
commitd7d945d899478559fedf781ede531ce3344d61d0 (patch)
tree8946f6a77384f807e3cd3dfd9cd1e0d6b0d55b15
parentbafc4fa954b1578ab46043ea9e57da192c30aaae (diff)
downloadgsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.tar
gsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.tar.gz
gsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.tar.bz2
gsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.tar.lz
gsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.tar.xz
gsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.tar.zst
gsoc2013-evolution-d7d945d899478559fedf781ede531ce3344d61d0.zip
Ooops missed this earlier.
2002-04-28 Larry Ewing <lewing@ximian.com> * configure.in: require gtkhtml-1.1.1. svn path=/trunk/; revision=16664
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00c2515976..0d85a39223 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-28 Larry Ewing <lewing@ximian.com>
+
+ * configure.in: require gtkhtml-1.1.1.
+
2002-04-29 Christopher James Lahey <clahey@ximian.com>
* configure.in (EVO_CHECK_LIB): Bumped the required version number
diff --git a/configure.in b/configure.in
index 96fe521279..8aea95fa2d 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.0)
+EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1)
EVO_CHECK_LIB(Libsoup, soup, 0.6)
AM_PATH_GCONF(1.0)