diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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) |