diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-03-29 04:29:32 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-03-29 04:29:32 +0800 |
commit | 1b25ccf526fbc72b6b70fcf74b825a670072bcfc (patch) | |
tree | 7248e34b92e035109aa19ee3629728256d9661c1 | |
parent | bf18d5315f3a341e679648473c7bbde14a3f0615 (diff) | |
download | gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.tar gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.tar.gz gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.tar.bz2 gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.tar.lz gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.tar.xz gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.tar.zst gsoc2013-evolution-1b25ccf526fbc72b6b70fcf74b825a670072bcfc.zip |
Bumped the required version of gal to 0.19.99.10.
2002-03-28 Christopher James Lahey <clahey@ximian.com>
* configure.in: Bumped the required version of gal to 0.19.99.10.
svn path=/trunk/; revision=16275
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2002-03-28 Christopher James Lahey <clahey@ximian.com> + + * configure.in: Bumped the required version of gal to 0.19.99.10. + 2002-03-27 Ettore Perazzoli <ettore@ximian.com> * configure.in: Add gthreads to LIBIBEX_CFLAGS and LIBIBEX_LIBS. diff --git a/configure.in b/configure.in index 4d5741afe8..49bca50fb7 100644 --- a/configure.in +++ b/configure.in @@ -579,7 +579,7 @@ EVO_CHECK_LIB(GNOME-VFS, vfs, 1.0) EVO_CHECK_LIB(libxml, xml, 1.8.10, 2.0) EVO_CHECK_LIB(bonobo-conf, bonobo_conf, 0.11) -EVO_CHECK_LIB(GAL, gal, 0.19.99.9) +EVO_CHECK_LIB(GAL, gal, 0.19.99.10) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0) EVO_CHECK_LIB(Libsoup, soup, 0.6) |