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 b5ccc17555..b359133744 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-01 Christopher James Lahey <clahey@ximian.com>
+
+ * configure.in: Bumped the required version of gal to 0.11.99.2.
+
2001-08-31 Zbigniew Chyla <cyba@gnome.pl>
* configure.in: Bumped required version of GAL to 0.11.3
diff --git a/configure.in b/configure.in
index 20766a6ba7..7f17e18e64 100644
--- a/configure.in
+++ b/configure.in
@@ -572,7 +572,7 @@ EVO_CHECK_LIB(Bonobo, bonobox, 1.0.3)
EVO_CHECK_LIB(OAF, oaf, 0.6.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.11.3)
+EVO_CHECK_LIB(GAL, gal, 0.11.99.2)
EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.12)
EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0)
EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0)