diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-31 05:39:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-31 05:39:59 +0800 |
commit | f40024c7265dcd7dbbb667647f05ed8a64fb83e7 (patch) | |
tree | d8a09a13ee60594252e892e8b26b6f7205e55235 | |
parent | 092b7e4449e8a2a354446ec2813a04fe95d42ec8 (diff) | |
download | gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.tar gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.tar.gz gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.tar.bz2 gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.tar.lz gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.tar.xz gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.tar.zst gsoc2013-evolution-f40024c7265dcd7dbbb667647f05ed8a64fb83e7.zip |
Bump gal dependency to 0.8.99.1
* configure.in: Bump gal dependency to 0.8.99.1
svn path=/trunk/; revision=10056
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-05-30 Dan Winship <danw@ximian.com> + + * configure.in: Bump gal dependency to 0.8.99.1 + 2001-05-29 JP Rosevear <jpr@ximian.com> * README: update version requirements diff --git a/configure.in b/configure.in index fc0edf8a9c..cb1d22989f 100644 --- a/configure.in +++ b/configure.in @@ -329,7 +329,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.7.99.3) +EVO_CHECK_LIB(GAL, gal, 0.8.99.1) dnl FIXME: really a post-0.9.3 version (as of April 25) is needed for dnl changes in Editor.idl (menesis) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.9.3) |