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-10-26 <NotZed@Ximian.com> + + * configure.in: Bump gal requirement. + 2001-10-23 Chris Toshok <toshok@ximian.com> * tools/killev: and add a way to get some more spew about the diff --git a/configure.in b/configure.in index ffa1f7d30a..38fee3cd43 100644 --- a/configure.in +++ b/configure.in @@ -571,7 +571,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.15.99.3) +EVO_CHECK_LIB(GAL, gal, 0.15.99.4) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.15) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |