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-05-08 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Bumped check for gal to 0.7.99.3. + 2001-05-04 Jeffrey Stedfast <fejj@ximian.com> * acconfig.h: undef HAVE_SSL and HAVE_OPENSSL diff --git a/configure.in b/configure.in index bc36fe7627..b1b328e57f 100644 --- a/configure.in +++ b/configure.in @@ -308,7 +308,7 @@ EVO_CHECK_LIB(Bonobo, 0.37, bonobox) EVO_CHECK_LIB(OAF, 0.6.2, 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.7.99.2, gal) +EVO_CHECK_LIB(GAL, 0.7.99.3, gal) dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for dnl changes in Editor.idl (menesis) EVO_CHECK_LIB(GtkHTML, 0.9.3, gtkhtml) |