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 | |
parent | 9a92cc103a4cb253f7c9c86a2195ed6c01361e2d (diff) | |
download | gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar.gz gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar.bz2 gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar.lz gsoc2013-evolution-81d731c0f4704cf73775f17c0bf3a07e835cbc4d.tar.xz 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
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-10-05 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Bumped required version of gal to 0.13.99.1. + 2001-10-01 Aaron Weber <aaron@ximian.com> * help/C/Makefile.am: removed an extraneous tab. 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) |