diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-05 21:29:42 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-05 21:29:42 +0800 |
commit | 81d731c0f4704cf73775f17c0bf3a07e835cbc4d (patch) | |
tree | e2d5fb1eb578c4c3f5f9569c4472e35a996b0bf1 /configure.in | |
parent | 9a92cc103a4cb253f7c9c86a2195ed6c01361e2d (diff) | |
download | gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar.gz gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar.zst gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.zip |
Bumped required version of gal to 0.13.99.1.
2001-10-05 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped required version of gal to 0.13.99.1.
svn path=/trunk/; revision=13441
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 073a701e14..b911d7d075 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.13) +EVO_CHECK_LIB(GAL, gal, 0.13.99.1) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.14) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |