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 4f3ce57548..3767b931a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-04 Christopher James Lahey <clahey@ximian.com>
+
+ * configure.in: Changed the required version of gal to 0.19.99.16.
+
2002-06-02 Larry Ewing <lewing@ximian.com>
* configure.in: require gtkhtml-1.1.1.1 aka multicite branch.
diff --git a/configure.in b/configure.in
index 52bd9e1774..943e2712d7 100644
--- a/configure.in
+++ b/configure.in
@@ -660,7 +660,7 @@ EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0)
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(GAL, gal, 0.19.99.16)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.1.1.1)
EVO_CHECK_LIB(Libsoup, soup, 0.6)