diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-09-25 05:46:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-09-25 05:46:50 +0800 |
commit | 7bad4f195b39315f2792fb824046ef1767206e77 (patch) | |
tree | 400523cbf1f2a2bd842a82360b3cd95a3dd65e03 | |
parent | 40226dadd54daf0955407e40673a895fc2f7445c (diff) | |
download | gsoc2013-evolution-7bad4f195b39315f2792fb824046ef1767206e77.tar.gz gsoc2013-evolution-7bad4f195b39315f2792fb824046ef1767206e77.tar.zst gsoc2013-evolution-7bad4f195b39315f2792fb824046ef1767206e77.zip |
Bumped the required version of gal to 0.12.99.0.
2001-09-22 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped the required version of gal to 0.12.99.0.
svn path=/trunk/; revision=13103
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-09-22 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Bumped the required version of gal to 0.12.99.0. + 2001-09-21 Nat Friedman <nat@ximian.com> * configure.in (EVOLUTION_MICRO_VERSION): Changed to 99. diff --git a/configure.in b/configure.in index 36b1099af0..f50436c2c1 100644 --- a/configure.in +++ b/configure.in @@ -569,7 +569,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.12) +EVO_CHECK_LIB(GAL, gal, 0.12.99.0) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.13) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |