diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-04-30 05:32:29 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-04-30 05:32:29 +0800 |
commit | 1a717e48de0ecb615c94e0389b48897210ce8ec9 (patch) | |
tree | 6bb43157b8a504ddbdc99d996980b2dafb2b7797 | |
parent | 320ea94ae8166f9e0ec90d784d8af35453344baf (diff) | |
download | gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.gz gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.bz2 gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.lz gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.xz gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.tar.zst gsoc2013-evolution-1a717e48de0ecb615c94e0389b48897210ce8ec9.zip |
Bumped the required version number of gal to 0.19.99.15.
2002-04-29 Christopher James Lahey <clahey@ximian.com>
* configure.in (EVO_CHECK_LIB): Bumped the required version number
of gal to 0.19.99.15.
svn path=/trunk/; revision=16636
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2002-04-29 Christopher James Lahey <clahey@ximian.com> + + * configure.in (EVO_CHECK_LIB): Bumped the required version number + of gal to 0.19.99.15. + 2002-04-26 Jeffrey Stedfast <fejj@ximian.com> * configure.in: Don't generate libibex/Makefile anymore. diff --git a/configure.in b/configure.in index aa2fdbd644..89682493bd 100644 --- a/configure.in +++ b/configure.in @@ -660,7 +660,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.14) +EVO_CHECK_LIB(GAL, gal, 0.19.99.15) EVO_CHECK_LIB(GtkHTML, gtkhtml, 1.0) EVO_CHECK_LIB(Libsoup, soup, 0.6) |