diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-23 06:54:35 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-23 06:54:35 +0800 |
commit | 1ed3a38248529baaa8038182d2492a32902b0115 (patch) | |
tree | 7daee100900f10095e7b3bc45c1592e0fcb78223 | |
parent | 2808a2dce47c1c934aaa655c9fb46fe1d33dcb10 (diff) | |
download | gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.tar gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.tar.gz gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.tar.bz2 gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.tar.lz gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.tar.xz gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.tar.zst gsoc2013-evolution-1ed3a38248529baaa8038182d2492a32902b0115.zip |
bumped required GAL to 0.15.99.2.
2001-10-22 Damon Chaplin <damon@ximian.com>
* configure.in: bumped required GAL to 0.15.99.2.
svn path=/trunk/; revision=13906
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-10-22 Damon Chaplin <damon@ximian.com> + + * configure.in: bumped required GAL to 0.15.99.2. + 2001-10-22 Ettore Perazzoli <ettore@ximian.com> * acconfig.h: HAVE_KDE_APPLNK. diff --git a/configure.in b/configure.in index 599a7ec86d..391672629f 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.15.99.1) +EVO_CHECK_LIB(GAL, gal, 0.15.99.2) EVO_CHECK_LIB(GtkHTML, gtkhtml, 0.15) EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) |