diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-29 20:42:24 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-29 20:42:24 +0800 |
commit | 6dae7abcf15b057aae8a4fc0e8f8f7fb1f269172 (patch) | |
tree | a13d77c3aaaed7184995eea7eb635c5a4cddc237 /configure.in | |
parent | 0a52d890e3b75aa2d1fae3da6c206055cd723cc6 (diff) | |
download | gsoc2013-evolution-6dae7abcf15b057aae8a4fc0e8f8f7fb1f269172.tar.gz gsoc2013-evolution-6dae7abcf15b057aae8a4fc0e8f8f7fb1f269172.tar.zst gsoc2013-evolution-6dae7abcf15b057aae8a4fc0e8f8f7fb1f269172.zip |
Bumped required version of gal to 0.15.99.7.
2001-10-29 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped required version of gal to 0.15.99.7.
svn path=/trunk/; revision=14336
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 64f60fd400..0368e7c97c 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.6) +EVO_CHECK_LIB(GAL, gal, 0.15.99.7) 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) |