diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-09-02 14:40:50 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-09-02 14:40:50 +0800 |
commit | 85a5fb5bce5644bf1a5f963549043ba63e5d060f (patch) | |
tree | 317614c4a7d4ef7cdd2b9e66a2a23fff9946f0fc | |
parent | 0fbeb97f39c4c27665b53ae45707ba065d71ebb2 (diff) | |
download | gsoc2013-evolution-85a5fb5bce5644bf1a5f963549043ba63e5d060f.tar.gz gsoc2013-evolution-85a5fb5bce5644bf1a5f963549043ba63e5d060f.tar.zst gsoc2013-evolution-85a5fb5bce5644bf1a5f963549043ba63e5d060f.zip |
Bumped the required version of gal to 0.11.99.2.
2001-09-01 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped the required version of gal to 0.11.99.2.
svn path=/trunk/; revision=12559
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-09-01 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Bumped the required version of gal to 0.11.99.2. + 2001-08-31 Zbigniew Chyla <cyba@gnome.pl> * configure.in: Bumped required version of GAL to 0.11.3 diff --git a/configure.in b/configure.in index 20766a6ba7..7f17e18e64 100644 --- a/configure.in +++ b/configure.in @@ -572,7 +572,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.11.3) +EVO_CHECK_LIB(GAL, gal, 0.11.99.2) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.12) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |