diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-05-08 13:02:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-05-08 13:02:50 +0800 |
commit | acf9e759d973d9a3ba7a3257864da17087ca2699 (patch) | |
tree | c065a31e69297bfe1a08399c769366d9fe5ee4b7 /configure.in | |
parent | 3c0c62e2958b5dccca490908145c534022a85563 (diff) | |
download | gsoc2013-evolution-acf9e759d973d9a3ba7a3257864da17087ca2699.tar.gz gsoc2013-evolution-acf9e759d973d9a3ba7a3257864da17087ca2699.tar.zst gsoc2013-evolution-acf9e759d973d9a3ba7a3257864da17087ca2699.zip |
Bumped check for gal to 0.7.99.3.
2001-05-08 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped check for gal to 0.7.99.3.
svn path=/trunk/; revision=9712
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 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) |