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 91d2e43607..c03b1e1ef8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-04-24 Dan Winship <danw@ximian.com>
+
+ * configure.in: Bump up the gal requirement
+
2001-04-23 Ettore Perazzoli <ettore@ximian.com>
* configure.in: Don't autogen the the Makefile for the importer
diff --git a/configure.in b/configure.in
index 1810e6e986..190a813d02 100644
--- a/configure.in
+++ b/configure.in
@@ -307,7 +307,7 @@ EVO_CHECK_LIB(Bonobo, 0.36, bonobox)
EVO_CHECK_LIB(OAF, 0.6, oaf)
EVO_CHECK_LIB(libglade, 0.14, libglade)
EVO_CHECK_LIB(gdk-pixbuf with GNOME canvas support, 0.9.0, gnomecanvaspixbuf)
-EVO_CHECK_LIB(GAL, 0.6.99.0, gal)
+EVO_CHECK_LIB(GAL, 0.7.99.2, gal)
EVO_CHECK_LIB(GtkHTML, 0.8, gtkhtml)
EVO_CHECK_LIB(GNOME-VFS, 0.4.2, vfs)
EVO_CHECK_LIB(libxml, 1.8.10, xml)