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 03fd03e990..a791e78a56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-07 Ettore Perazzoli <ettore@ximian.com>
+
+ * configure.in: Require gal 0.10.99.1 or greater.
+
2001-08-05 Ettore Perazzoli <ettore@ximian.com>
[Fixes #5594, "killev doesn't kill all evolution processes".]
diff --git a/configure.in b/configure.in
index d6382f9c1d..15cf35864d 100644
--- a/configure.in
+++ b/configure.in
@@ -519,7 +519,7 @@ EVO_CHECK_LIB(OAF, oaf, 0.6.2)
EVO_CHECK_LIB(Bonobo Conf, bonobo_conf, 0.2)
EVO_CHECK_LIB(libglade, libglade, 0.14)
EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, gnomecanvaspixbuf, 0.9.0)
-EVO_CHECK_LIB(GAL, gal, 0.10.0)
+EVO_CHECK_LIB(GAL, gal, 0.10.99.1)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.11.0)
EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0)
EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0)