diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-06-09 14:38:47 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-06-09 14:38:47 +0800 |
commit | 0072b2b5eb7b834755de1225b8373be5963e1140 (patch) | |
tree | 1fc8e2f9513798ff1854bc417183629bdf7ae813 /configure.in | |
parent | eb593f44a6b1eb499973645f7c8a9be298ad3b82 (diff) | |
download | gsoc2013-evolution-0072b2b5eb7b834755de1225b8373be5963e1140.tar.gz gsoc2013-evolution-0072b2b5eb7b834755de1225b8373be5963e1140.tar.zst gsoc2013-evolution-0072b2b5eb7b834755de1225b8373be5963e1140.zip |
Bumped required version of gal to 0.8.99.2.
2001-06-09 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped required version of gal to 0.8.99.2.
svn path=/trunk/; revision=10172
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 73b00fd7a0..34339e3bf4 100644 --- a/configure.in +++ b/configure.in @@ -475,7 +475,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.8.99.1) +EVO_CHECK_LIB(GAL, gal, 0.8.99.2) 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, gtkhtml, 0.9.3) |